UNPKG

@fluentui/react-northstar

Version:
9 lines (8 loc) 435 B
import { BoxProps } from '../Box/Box'; export declare type DatepickerCalendarGridProps = {}; export declare type DatepickerCalendarGridStylesProps = {}; export declare const datepickerCalendarGridClassName = "ui-datepicker__calendargrid"; /** * A DatepickerCalendarGrid is used to display the whole calendar grid. */ export declare const DatepickerCalendarGrid: import("@fluentui/react-bindings").ComponentWithAs<"table", BoxProps>;