UNPKG

@jakub.knejzlik/ts-query

Version:

TypeScript implementation of SQL builder

15 lines (13 loc) 278 B
/** @type { import('@storybook/react').Preview } */ const preview = { parameters: { actions: { argTypesRegex: "^on[A-Z].*" }, controls: { matchers: { color: /(background|color)$/i, date: /Date$/i, }, }, }, }; export default preview;