UNPKG

igniteui-react-core

Version:
17 lines (16 loc) 305 B
import { ValueType, Type } from "./type"; /** * @hidden */ export declare class Popup_OuterAnimationInfo extends ValueType { static $t: Type; constructor(); g: number; h: number; c: number; f: number; a: number; d: number; b: number; e: number; }