/* * @Author: zhaojinfeng 121016171@qq.com * @Date: 2023-06-15 13:22:59 * @LastEditors: zhaojinfeng 121016171@qq.com * @LastEditTime: 2023-07-10 17:52:15 * @FilePath: \uni\.storybook\preview.ts * @Description: * */ import type { Preview } from "@storybook/vue3" import 'uno.css' const preview: Preview = { parameters: { actions: { argTypesRegex: "^on[A-Z].*" }, controls: { matchers: { color: /(background|color)$/i, date: /Date$/, }, }, }, } export default preview