UNPKG

115 BTypeScriptView Raw
1export declare enum Orientation {
2 Top = "top",
3 Bottom = "bottom",
4 Left = "left",
5 Right = "right"
6}