YearPicker
YearPicker
is a component used for users to select a year.
Theming
The YearPicker
is a multi part component.
YearPicker
inherits the style from DatePicker.
If you want to change the style of the component, please check here.
export const YearPicker: ComponentMultiStyle<"YearPicker"> =mergeMultiStyle(DatePicker)()
Edit this page on GitHub