@fluentui/react-northstar
Version:
A themable React component library.
9 lines (8 loc) • 484 B
TypeScript
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>;