petals-ui
Version:
Front-end UI components foundation
19 lines (17 loc) • 586 B
text/typescript
type DatePickerStyle = {
datePickerDisabledBg?: string;
datePickerDisabledBorderColor?: string;
datePickerPanelBorderWidth?: string;
datePickerPanelBorderColor?: string;
datePickerPanelBorderRadius?: string;
datePickerPanelBoxShadow?: string;
datePickerDateCurrentFontWeight?: string;
datePickerDateCurrentColor?: string;
datePickerDateCurrentDotSize?: string;
datePickerDateActiveColor?: string;
datePickerDateActiveBg?: string;
datePickerDateHoverColor?: string;
datePickerRangeBg?: string;
datePickerRangeHoverBg?: string;
};
export { DatePickerStyle };