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