UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 505 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebDockingIndicatorDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private n; get position(): string; set position(a: string); private k; get isRoot(): boolean; set isRoot(a: boolean); private m; get direction(): string; set direction(a: string); }