UNPKG

@eclipse-scout/core

Version:
6 lines 213 B
import { DateField, PopupModel } from '../index'; export interface TimePickerPopupModel extends PopupModel { field?: DateField; timeResolution?: number; } //# sourceMappingURL=TimePickerPopupModel.d.ts.map