PromucFlow_constructor/app/client/.storybook/configs/contexts.js

10 lines
235 B
JavaScript
Raw Normal View History

2019-12-05 03:16:00 +00:00
import { ThemeProvider, theme } from "../../src/constants/DefaultTheme";
export const contexts = [
{
icon: "box",
title: "Themes",
components: [ThemeProvider],
params: [{ name: "default", props: { theme } }],
},
];