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