UNPKG

67 BTypeScriptView Raw
1export interface IRangeValue {
2 min: number;
3 max: number;
4}