react-native-global-datetimepicker
Version:
react native multi culture datetime picker
88 lines (87 loc) • 2.66 kB
TypeScript
declare const DateTimePickerThemes: {
Primary: {
Arrow: string;
DayText: string;
HeaderDay: string;
OkText: string;
HeaderYear: string;
SelectedDay: string;
WeekDayText: string;
YearItemText: string;
TodayDayText: string;
OkBackground: string;
ButtonRipple: string;
SelectedDayText: string;
SelectDayRipple: string;
HeaderBackground: string;
ContentBackground: string;
HeaderSelectedMode: string;
SelectedYearItemText: string;
TimeSeparator: string;
TimeInputForeground: string;
TimeInputBackground: string;
TimeInputFocusForeground: string;
TimeInputFocusBackground: string;
SelectedClockForeground: string;
ClockForeground: string;
ClockBackground: string;
ClockPointer: string;
};
Danger: {
Arrow: string;
DayText: string;
HeaderDay: string;
OkText: string;
HeaderYear: string;
SelectedDay: string;
WeekDayText: string;
YearItemText: string;
TodayDayText: string;
ButtonRipple: string;
SelectedDayText: string;
SelectDayRipple: string;
HeaderBackground: string;
OkBackground: string;
ContentBackground: string;
HeaderSelectedMode: string;
SelectedYearItemText: string;
TimeSeparator: string;
TimeInputForeground: string;
TimeInputBackground: string;
TimeInputFocusForeground: string;
TimeInputFocusBackground: string;
SelectedClockForeground: string;
ClockForeground: string;
ClockBackground: string;
ClockPointer: string;
};
MFCP: {
Arrow: string;
DayText: string;
HeaderDay: string;
OkText: string;
HeaderYear: string;
SelectedDay: string;
WeekDayText: string;
YearItemText: string;
TodayDayText: string;
ButtonRipple: string;
SelectedDayText: string;
SelectDayRipple: string;
HeaderBackground: string;
OkBackground: string;
ContentBackground: string;
HeaderSelectedMode: string;
SelectedYearItemText: string;
TimeSeparator: string;
TimeInputForeground: string;
TimeInputBackground: string;
TimeInputFocusForeground: string;
TimeInputFocusBackground: string;
SelectedClockForeground: string;
ClockForeground: string;
ClockBackground: string;
ClockPointer: string;
};
};
export default DateTimePickerThemes;