mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
.d.ts updates
This commit is contained in:
parent
6d845691a5
commit
737f74ab22
4 changed files with 20 additions and 0 deletions
5
components/lib/calendar/Calendar.d.ts
vendored
5
components/lib/calendar/Calendar.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue