xiangpei
2024-11-20 b86a628d1d14a3eb9da43198f5e48e6179b88e87
1
2
3
4
export enum SideThemeEnum {
  DARK = 'theme-dark',
  LIGHT = 'theme-light'
}