init: чистый старт Laravel + Vuexy
This commit is contained in:
21
resources/ts/@core/enums.ts
Normal file
21
resources/ts/@core/enums.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
export const Skins = {
|
||||
Default: 'default',
|
||||
Bordered: 'bordered',
|
||||
} as const
|
||||
|
||||
export const Theme = {
|
||||
Light: 'light',
|
||||
Dark: 'dark',
|
||||
System: 'system',
|
||||
} as const
|
||||
|
||||
export const Layout = {
|
||||
Vertical: 'vertical',
|
||||
Horizontal: 'horizontal',
|
||||
Collapsed: 'collapsed',
|
||||
} as const
|
||||
|
||||
export const Direction = {
|
||||
Ltr: 'ltr',
|
||||
Rtl: 'rtl',
|
||||
} as const
|
||||
Reference in New Issue
Block a user