qirong
2023-10-31 56f63b69877690c4acdb2d11aa1c7d09a6929bdb
1
2
3
4
export enum ThemeEnum {
  DARK = 'theme-dark',
  LIGHT = 'theme-light'
}