UNPKG

225 BTypeScriptView Raw
1export declare enum TabsType {
2 line = "line",
3 card = "card",
4 'editable-card' = "editable-card"
5}
6export declare enum TabsPosition {
7 top = "top",
8 bottom = "bottom",
9 left = "left",
10 right = "right"
11}