3 lines
156 B
TypeScript
3 lines
156 B
TypeScript
import type { ICalendarStyleProps, ICalendarStyles } from './Calendar.types';
|
|
export declare const styles: (props: ICalendarStyleProps) => ICalendarStyles;
|