mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:11:29 +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;
|
isRoot: false;
|
||||||
isLeaf: true;
|
isLeaf: true;
|
||||||
parameters?: {
|
parameters?: {
|
||||||
filename: string;
|
fileName: string;
|
||||||
options: {
|
options: {
|
||||||
hierarchyRootSeparator?: RegExp;
|
hierarchyRootSeparator?: RegExp;
|
||||||
hierarchySeparator?: RegExp;
|
hierarchySeparator?: RegExp;
|
||||||
@ -69,7 +69,7 @@ export interface StoryInput {
|
|||||||
kind: string;
|
kind: string;
|
||||||
children: string[];
|
children: string[];
|
||||||
parameters: {
|
parameters: {
|
||||||
filename: string;
|
fileName: string;
|
||||||
options: {
|
options: {
|
||||||
hierarchyRootSeparator: RegExp;
|
hierarchyRootSeparator: RegExp;
|
||||||
hierarchySeparator: RegExp;
|
hierarchySeparator: RegExp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user