3 lines
184 B
TypeScript
3 lines
184 B
TypeScript
import type { ICalendarMonthStyleProps, ICalendarMonthStyles } from './CalendarMonth.types';
|
|
export declare const getStyles: (props: ICalendarMonthStyleProps) => ICalendarMonthStyles;
|