Update Calendar.d.ts
parent
b824bfd5e9
commit
b2bcbb3de9
|
@ -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;
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue