varius official platform source code.
Revision | 0c52ba92c91d4663d8da08fa3ce5b6492ebfeb54 (tree) |
---|---|
Time | 2023-03-26 20:23:51 |
Author | NknightA <n.knight.pc0627@gmai...> |
Commiter | NknightA |
Merge branch 'main' of https://github.com/nknighta/V
@@ -1,12 +0,0 @@ | ||
1 | -module.exports = { | |
2 | - "stories": [ | |
3 | - "../stories/**/*.stories.mdx", | |
4 | - "../stories/**/*.stories.@(js|jsx|ts|tsx)" | |
5 | - ], | |
6 | - "addons": [ | |
7 | - "@storybook/addon-links", | |
8 | - "@storybook/addon-essentials", | |
9 | - "@storybook/addon-interactions" | |
10 | - ], | |
11 | - "framework": "@storybook/react" | |
12 | -} | |
\ No newline at end of file |
@@ -1,9 +0,0 @@ | ||
1 | -export const parameters = { | |
2 | - actions: { argTypesRegex: "^on[A-Z].*" }, | |
3 | - controls: { | |
4 | - matchers: { | |
5 | - color: /(background|color)$/i, | |
6 | - date: /Date$/, | |
7 | - }, | |
8 | - }, | |
9 | -} | |
\ No newline at end of file |