UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 85 B
export type DateRangeInterval = { from: Date | null; to: Date | null; };