UNPKG

@fluentui/react-northstar

Version:
13 lines (12 loc) 555 B
import { BoxProps } from '../Box/Box'; export declare type DatepickerCalendarGridRowProps = { isRowSelectionActive?: boolean; }; export declare type DatepickerCalendarGridRowStylesProps = { isRowSelectionActive?: boolean; }; export declare const datepickerCalendarGridRowClassName = "ui-datepicker__calendargridrow"; /** * A DatepickerCalendarGridRow is used to display the calendar grid row. */ export declare const DatepickerCalendarGridRow: import("@fluentui/react-bindings").ComponentWithAs<"tr", DatepickerCalendarGridRowProps & BoxProps>;