UNPKG

igniteui-react-core

Version:
21 lines (20 loc) 496 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebDividerDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private i; get vertical(): boolean; set vertical(a: boolean); private h; get middle(): boolean; set middle(a: boolean); private l; get lineType(): string; set lineType(a: string); }