mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
6 lines
75 B
TypeScript
6 lines
75 B
TypeScript
export enum ThemeType {
|
|
light = 'light',
|
|
dark = 'dark',
|
|
os = 'os',
|
|
}
|