export interface RangeInputProps { onChange?: (data?: [string, string]) => void; value: [string, string]; defaultValue?: [string, string]; }