UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

11 lines (10 loc) 227 B
import { IgrPivotValue } from "./igr-pivot-value"; /** * Event emitted when values list is changed. */ export interface IgrValuesChange { /** * The new list of values. */ values?: IgrPivotValue[]; }