mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
5 lines
84 B
TypeScript
5 lines
84 B
TypeScript
export const THEMES_TYPE = {
|
|
DARK: 'dark',
|
|
LIGHT: 'light',
|
|
SYSTEM: 'system'
|
|
}; |