Update Calendar.d.ts

This commit is contained in:
tugcekucukoglu 2023-11-13 16:28:42 +03:00
parent b824bfd5e9
commit b2bcbb3de9

View file

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