1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/shared/constants/preferences.ts

8 lines
123 B
TypeScript
Raw Normal View History

export enum ThemeType {
light = 'light',
dark = 'dark',
os = 'os',
}
export const DEFAULT_AUTO_LOCK_TIME_LIMIT = 0;