UNPKG

igniteui-react-core

Version:
10 lines (9 loc) 196 B
import { Type } from "./type"; export declare enum PopupAnimationType { GrowShrink = 0, FadeInOutSlide = 1 } /** * @hidden */ export declare let PopupAnimationType_$type: Type;