mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Merge pull request #10013 from wKich/fix-storyinput-params-types
Core: Fix StoryInput parameters typings
This commit is contained in:
commit
d171d8376f
@ -50,7 +50,7 @@ export interface Story {
|
||||
isRoot: false;
|
||||
isLeaf: true;
|
||||
parameters?: {
|
||||
filename: string;
|
||||
fileName: string;
|
||||
options: {
|
||||
hierarchyRootSeparator?: RegExp;
|
||||
hierarchySeparator?: RegExp;
|
||||
@ -69,7 +69,7 @@ export interface StoryInput {
|
||||
kind: string;
|
||||
children: string[];
|
||||
parameters: {
|
||||
filename: string;
|
||||
fileName: string;
|
||||
options: {
|
||||
hierarchyRootSeparator: RegExp;
|
||||
hierarchySeparator: RegExp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user