Update Calendar.d.ts

pull/3997/head
Tuğçe Küçükoğlu 2023-05-22 11:31:53 +03:00
parent 2532637795
commit dfa1e16d48
1 changed files with 5 additions and 0 deletions

View File

@ -609,6 +609,11 @@ export interface CalendarProps {
* @type {CalendarPassThroughOptions}
*/
pt?: CalendarPassThroughOptions;
/**
* When enabled, it removes component related styles in the core.
* @defaultValue false
*/
unstyled?: boolean;
}
/**