UNPKG

reablocks

Version:
17 lines (15 loc) 411 B
import { InputTheme } from '../Input'; import { CalendarTheme } from '../Calendar'; export interface DateInputTheme { input: InputTheme; calendar: CalendarTheme; preset: { list: string; option: { base: string; active: string; }; }; } export declare const dateInputTheme: DateInputTheme; export declare const legacyDateInputTheme: DateInputTheme;