UNPKG

react-custom-calendarss

Version:

A calendar that can be customized to your liking 🧨

15 lines (14 loc) • 235 B
export type ButtonTheme = { primary?: { bg?: string; text?: string; }; secondary?: { bg?: string; text?: string; }; disabled?: { bg?: string; text?: string; }; };