UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

3 lines (2 loc) 189 B
import type { ICalendarPickerStyleProps, ICalendarPickerStyles } from './CalendarPicker.types'; export declare const getStyles: (props: ICalendarPickerStyleProps) => ICalendarPickerStyles;