constants.ts 68 B

1234
  1. export enum THEME_COLOR {
  2. LIGHT = "light",
  3. DARK = "dark",
  4. }