UNPKG

igniteui-react-core

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