UNPKG

flexlayout-react

Version:

A multi-tab docking layout manager

12 lines (11 loc) 281 B
export declare class Orientation { static HORZ: Orientation; static VERT: Orientation; static flip(from: Orientation): Orientation; /** @internal */ private _name; /** @internal */ private constructor(); getName(): string; toString(): string; }