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