UNPKG

@fluentui/react-northstar

Version:
30 lines (29 loc) 1.12 kB
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;