UNPKG

igniteui-react-core

Version:
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 k; get position(): string; set position(a: string); private h; get isRoot(): boolean; set isRoot(a: boolean); private j; get direction(): string; set direction(a: string); }