Files
2023-07-18 15:07:15 +02:00

8 lines
166 B
TypeScript

import { addons } from "@storybook/manager-api";
import { themes } from "@storybook/theming";
addons.setConfig({
theme: themes.dark,
enableShortcuts: false,
});