From dfa1e16d4846987e13e551d5cf80c489624a3b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 22 May 2023 11:31:53 +0300 Subject: [PATCH] Update Calendar.d.ts --- components/lib/calendar/Calendar.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/lib/calendar/Calendar.d.ts b/components/lib/calendar/Calendar.d.ts index e54737c65..8a2571172 100755 --- a/components/lib/calendar/Calendar.d.ts +++ b/components/lib/calendar/Calendar.d.ts @@ -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; } /**