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; /**