UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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; }