UNPKG

96 BTypeScriptView Raw
1export declare enum BarOrientation {
2 Vertical = "vertical",
3 Horizontal = "horizontal"
4}