mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
38 lines
882 B
Plaintext
38 lines
882 B
Plaintext
```json
|
|
{
|
|
"v": 2,
|
|
"globalParameters": {},
|
|
"kindParameters": {
|
|
"components/myComponent": {
|
|
"fileName": 445,
|
|
"framework": "react"
|
|
},
|
|
"components/myOtherComponent": {
|
|
"fileName": 447,
|
|
"framework": "react"
|
|
}
|
|
},
|
|
"stories": {
|
|
"components-mycomponent--simple": {
|
|
"id": "components-mycomponent--simple",
|
|
"name": "Simple",
|
|
"kind": "components/myComponent",
|
|
"story": "Simple",
|
|
"parameters": {
|
|
"__id": "components-mycomponent--simple",
|
|
"__isArgsStory": true
|
|
}
|
|
},
|
|
"components-myothercomponent--simple": {
|
|
"id": "components-myothercomponent--simple",
|
|
"name": "Simple",
|
|
"kind": "components/myothercomponent",
|
|
"story": "Simple",
|
|
"parameters": {
|
|
"__id": "components-myothercomponent--simple",
|
|
"__isArgsStory": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
``` |