UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

11 lines (10 loc) 298 B
import { Base, Type } from "igniteui-react-core"; import { ExporterEventArgsDetail } from "./ExporterEventArgsDetail"; /** * @hidden */ export declare class ExporterEventArgs extends Base { static $t: Type; b: ExporterEventArgsDetail; static a(a: any): ExporterEventArgs; }