qirong
2023-12-07 5c48422b1117f6b466bc288b7ac5ace7d3f24516
1
2
3
4
export enum ThemeEnum {
  DARK = 'theme-dark',
  LIGHT = 'theme-light'
}