@empoleon/solid-dropzone
Version:
Simple HTML5 drag-drop zone with SolidJS
19 lines (15 loc) • 382 B
text/typescript
import type { Preview } from 'storybook-solidjs-vite';
import "./theme.css";
const preview: Preview = {
parameters: {
// automatically create action args for all props that start with "on"
actions: { argTypesRegex: '^on.*' },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
}
};
export default preview;