UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 302 B
import { FrameworkElement } from "./FrameworkElement"; import { UIElementCollection } from "./UIElementCollection"; import { Type } from "./type"; /** * @hidden */ export declare class Panel extends FrameworkElement { static $t: Type; constructor(); ab: UIElementCollection; }