@fluentui/react-northstar
Version:
A themable React component library.
30 lines (29 loc) • 1.12 kB
TypeScript
export interface DatepickerVariables {
calendarCellBorder: string;
calendarCellHeight: string;
calendarCellWidth: string;
calendarCellPadding: string;
calendarCellMargin: string;
calendarCellBackgroundColor: string;
calendarCellColor: string;
calendarCellQuietColor: string;
calendarCellSelectedColor: string;
calendarCellSelectedBackgroundColor: string;
calendarCellTodayColor: string;
calendarCellTodayBackgroundColor: string;
calendarCellTodayBorderRadius: string;
calendarCellHoverColor: string;
calendarCellHoverBackgroundColor: string;
calendarCellDisabledColor: string;
calendarCellDisabledBackgroundColor: string;
calendarHeaderCellFontWeight: number;
calendarHeaderCellHeight: string;
calendarHeaderCellWidth: string;
calendarHeaderCellPadding: string;
calendarHeaderPaddingTop: string;
calendarHeaderPaddingBottom: string;
calendarHeaderLabelPaddingLeft: string;
calendarHeaderLabelFontWeight: any;
calendarMinHeight: string;
}
export declare const datepickerVariables: (siteVars: any) => DatepickerVariables;