mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
9 lines
100 B
TypeScript
9 lines
100 B
TypeScript
export const allModes = {
|
|
dark: {
|
|
theme: 'dark',
|
|
},
|
|
light: {
|
|
theme: 'light',
|
|
},
|
|
} as const;
|