UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

18 lines (6 loc) 226 B
import { IgcBaseEventArgs } from './igc-base-event-args'; export declare class IgcToggleViewEventArgs extends IgcBaseEventArgs { /** Id of the toggle view */ public id: string; }