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