UNPKG

react-trip-date

Version:

Accessible, fully customizable date and range picker for React applications.

41 lines 685 B
export declare const theme: { primary: { light: string; main: string; dark: string; }; grey: { 700: string; 900: string; }; background: { default: string; }; text: { disabled: string; }; shape: { borderRadius: number; }; }; export interface Theme { primary: { light: string; main: string; dark: string; }; grey: { 700: string; 900: string; }; background: { default: string; }; text: { disabled: string; }; shape: { borderRadius: number; }; } //# sourceMappingURL=theme.d.ts.map