mastodon/.storybook/modes.ts
2026-01-23 10:44:15 +00:00

9 lines
115 B
TypeScript

export const modes = {
darkTheme: {
theme: 'dark',
},
lightTheme: {
theme: 'light',
},
} as const;