UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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