@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 371 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { DatepickerVariables } from './datepickerVariables';
import { DatepickerCalendarGridStylesProps } from '../../../../components/Datepicker/DatepickerCalendarGrid';
export declare const datepickerCalendarGridStyles: ComponentSlotStylesPrepared<DatepickerCalendarGridStylesProps, DatepickerVariables>;