petals-ui
Version:
Front-end UI components foundation
8 lines (5 loc) • 307 B
text/typescript
import { DateFormControlValue, IDateRangeFormControl } from '../../form-control';
import { DateTimeRangePickerOption } from './aliases';
interface IDateTimeRangePickerComponent
extends IDateRangeFormControl<DateFormControlValue[], DateTimeRangePickerOption> {}
export { IDateTimeRangePickerComponent };