3 lines
179 B
TypeScript
3 lines
179 B
TypeScript
import type { ICalendarYearStyleProps, ICalendarYearStyles } from './CalendarYear.types';
|
|
export declare const getStyles: (props: ICalendarYearStyleProps) => ICalendarYearStyles;
|