UNPKG

tessitura-seatmap

Version:

Tessitura-integrated seatmap components, built with React and Mantine (includes SYOS).

25 lines (20 loc) 454 B
import type { Preview } from "@storybook/react"; import { initialize, mswLoader } from "msw-storybook-addon"; initialize(); const preview: Preview = { parameters: { controls: { matchers: { color: /(background|color)$/i, date: /Date$/i, }, }, options: { storySort: { order: ["TessituraSYOS", "TessituraPerformanceViewer"], }, }, }, loaders: [mswLoader], }; export default preview;