UNPKG

@omni-door/tpl-component-react

Version:
10 lines (9 loc) 555 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tpl_storybook_preview = void 0; var utils_1 = require("@omni-door/utils"); var tpl = "`import type { Preview } from '@storybook/react'\n\nconst preview: Preview = {\n parameters: {\n controls: {\n matchers: {\n color: /(background|color)$/i,\n date: /Date$/i,\n },\n },\n },\n};\n\nexport default preview;\n`"; exports.tpl_storybook_preview = { tpl: tpl }; exports.default = utils_1.tplEngineInit(exports.tpl_storybook_preview, 'tpl');