UNPKG
flexlayout-react-v7-react-19
Version:
latest (0.0.2)
0.0.2
0.0.1
A multi-tab docking layout manager
seeq12/FlexLayout-0.7-React-19
flexlayout-react-v7-react-19
/
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; }