.d.ts updates

This commit is contained in:
tugcekucukoglu 2023-11-15 13:45:42 +03:00
parent 6d845691a5
commit 737f74ab22
4 changed files with 20 additions and 0 deletions

View file

@ -509,6 +509,11 @@ export interface CalendarProps {
* An array of options for responsive design.
*/
responsiveOptions?: CalendarResponsiveOptions[];
/**
* The breakpoint to define the maximum width boundary for datepicker panel.
* @defaultValue 769px
*/
breakpoint?: string | undefined;
/**
* Type of view to display.
* @defaultValue date