UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components 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; }