mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 23:17:33 +08:00
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
export enum ThemeType {
|
|
Light = 'light',
|
|
Dark = 'dark'
|
|
}
|