Skip to content

Commit

Permalink
added inputState type and @types/react as devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Damian Berdun committed Aug 23, 2023
1 parent 6e78d80 commit 3ba60ef
Show file tree
Hide file tree
Showing 5 changed files with 692 additions and 38,083 deletions.
2 changes: 1 addition & 1 deletion .ondevice/storybook.requires.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ global.STORIES = [
directory: "./storybook/stories",
files: "**/*.stories.?(ts|tsx|js|jsx)",
importPathMatcher:
"^\\.[\\\\/](?:storybook[\\\\/]stories(?:[\\\\/](?!\\.)(?:(?:(?!(?:^|[\\\\/])\\.).)*?)[\\\\/]|[\\\\/]|$)(?!\\.)(?=.)[^\\\\/]*?\\.stories\\.(?:ts|tsx|js|jsx)?)$",
"^\\.[\\\\/](?:storybook\\/stories(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(?:ts|tsx|js|jsx)?)$",
},
];

Expand Down

0 comments on commit 3ba60ef

Please sign in to comment.