UNPKG

igniteui-react-core

Version:
11 lines (10 loc) 209 B
import { ValueType, Type } from "./type"; /** * @hidden */ export declare class Popup_InnerAnimationInfo extends ValueType { static $t: Type; constructor(); a: number; b: number; }