UNPKG

epic-loading-animations

Version:
17 lines (14 loc) 296 B
import type { Preview } from "@storybook/react"; import '../src/app/globals.css'; const preview: Preview = { parameters: { layout: "centered", controls: { matchers: { color: /(background|color)$/i, date: /Date$/i, }, }, }, }; export default preview;