UNPKG

@gooddata/react-components

Version:

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

6 lines (5 loc) 98 B
// (C) 2020 GoodData Corporation export interface IMinMax { min?: number; max?: number; }