From b2bcbb3de9c3b78619a1bcbc7d999f8a07802c0f Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Mon, 13 Nov 2023 16:28:42 +0300 Subject: [PATCH] Update Calendar.d.ts --- components/lib/calendar/Calendar.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/calendar/Calendar.d.ts b/components/lib/calendar/Calendar.d.ts index b089754a8..28b65f222 100755 --- a/components/lib/calendar/Calendar.d.ts +++ b/components/lib/calendar/Calendar.d.ts @@ -48,7 +48,7 @@ export interface CalendarPassThroughMethodOptions { */ export interface CalendarResponsiveOptions { /** - * Breakpoint for responsive mode. Exp; @media screen and (max-width: ${breakpoint}) {...} + * Breakpoint for responsive mode. Exp; \@media screen and (max-width: ${breakpoint}) {...} */ breakpoint: string; /**