mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-14 00:03:42 +08:00
5 lines
77 B
TypeScript
5 lines
77 B
TypeScript
export enum SideThemeEnum {
|
|
DARK = 'theme-dark',
|
|
LIGHT = 'theme-light'
|
|
}
|