1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-08 21:30:47 +02:00

scaffolding

This commit is contained in:
BcRikko
2023-04-01 11:39:06 +09:00
parent 2ab65bd45e
commit 86ae1f9185
10 changed files with 19868 additions and 1 deletions

16
.storybook/preview.ts Normal file
View File

@@ -0,0 +1,16 @@
import { Preview } from '@storybook/html'
import '../src/core'
const preview: Preview = {
parameters: {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
},
};
export default preview;