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