This commit is contained in:
Norbert de Langen 2022-10-20 13:20:09 +02:00
parent 4f174f2c59
commit 11a73d4c10
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762
5 changed files with 11 additions and 14 deletions

View File

@ -1,5 +1,7 @@
# Storybook Router
# Storybook Types
Storybook Router is a wrapper library for react-router.
It ensures a single version of the router is used everywhere.
It also includes some ready to use utils to read the path, query, viewMode and storyId from location.
Storybook types exports only typescript types for storybook usage.
It has no runtime implementations.
It also has no dependencies, all the types it exports are bundled in.

View File

@ -40,6 +40,7 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"devDependencies": {
"@storybook/csf": "0.0.2--canary.49.258942b.0",
"typescript": "~4.6.3"
},
"publishConfig": {

View File

@ -1 +1,2 @@
//
/* eslint-disable import/no-extraneous-dependencies */
export * from '@storybook/csf';

View File

@ -1,12 +1,4 @@
{
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": [
"src/**/*.test.*",
"src/**/tests/**/*",
"src/**/__tests__/**/*",
"src/**/*.stories.*",
"src/**/*.mockdata.*",
"src/**/__testfixtures__/**"
]
"include": ["src/**/*"]
}

View File

@ -8688,6 +8688,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@storybook/types@workspace:lib/types"
dependencies:
"@storybook/csf": 0.0.2--canary.49.258942b.0
typescript: ~4.6.3
languageName: unknown
linkType: soft