UNPKG

@fluentui/react-northstar

Version:
9 lines (8 loc) 484 B
import { BoxProps } from '../Box/Box'; export declare type DatepickerCalendarHeaderCellProps = {}; export declare type DatepickerCalendarHeaderCellStylesProps = {}; export declare const datepickerCalendarHeaderCellClassName = "ui-datepicker__calendarheadercell"; /** * A DatepickerCalendarHeaderCell is used to display header cells in DatepickerCalendar grid. */ export declare const DatepickerCalendarHeaderCell: import("@fluentui/react-bindings").ComponentWithAs<"th", BoxProps>;