UNPKG
@biarri/flexlayout-react
Version:
latest (0.8.5-2)
0.8.6
0.8.5
0.8.5-2
0.8.5-1
A multi-tab docking layout manager
github.com/biarri-networks/FlexLayout
biarri-networks/FlexLayout
@biarri/flexlayout-react
/
declarations
/
Orientation.d.ts
8 lines
(7 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export declare class Orientation { static HORZ: Orientation; static VERT: Orientation; static
flip
(from: Orientation): Orientation;
getName
(): string;
toString
(): string; }