@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 { DatepickerCalendarCellButtonStylesProps } from '../../../../components/Datepicker/DatepickerCalendarCellButton';
export declare const datepickerCalendarCellButtonStyles: ComponentSlotStylesPrepared<DatepickerCalendarCellButtonStylesProps, DatepickerVariables>;