UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

5 lines (4 loc) 65 B
export interface IMinMax { min?: number; max?: number; }