export interface TimeDefaultValueProps { DSLCore: any; onChange?: (data: any) => void; value?: string | string[]; boxName?: string; }