Update Calendar.d.ts

pull/4815/head
tugcekucukoglu 2023-11-13 16:28:42 +03:00
parent b824bfd5e9
commit b2bcbb3de9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export interface CalendarPassThroughMethodOptions {
*/ */
export interface CalendarResponsiveOptions { 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; breakpoint: string;
/** /**