We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c27f85 commit 4744640Copy full SHA for 4744640
src/constants/common.ts
@@ -18,3 +18,8 @@ export const YesOrNo_Map: Record<CommonType.YesOrNo, string> = {
18
N: 'default',
19
Y: 'error'
20
};
21
+
22
+export const LAYOUT_MODE_VERTICAL: UnionKey.ThemeLayoutMode = 'vertical';
23
+export const LAYOUT_MODE_HORIZONTAL: UnionKey.ThemeLayoutMode = 'horizontal';
24
+export const LAYOUT_MODE_VERTICAL_MIX: UnionKey.ThemeLayoutMode = 'vertical-mix';
25
+export const LAYOUT_MODE_HORIZONTAL_MIX: UnionKey.ThemeLayoutMode = 'horizontal-mix';
0 commit comments