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