UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 290 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class TemplateCellUpdatingEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); }