chore: v11 DatePicker

For better compatibility with existing codebases size xl is still supported.
This commit is contained in:
Gregor Wassmann 2023-03-27 16:10:35 +02:00
commit a19f9506d4
6 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@ export interface DatePickerInputProps extends RestProps {
* Set the size of the input
* @default undefined
*/
size?: "sm" | "xl";
size?: "sm" | "lg";
/**
* Specify the input type