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