@storybook/react-dom-shim
Advanced tools
Comparing version 0.0.0-pr-23897-sha-78c2d886 to 0.0.0-pr-23913-sha-45573ae9
@@ -729,2 +729,15 @@ import { FileSystemCache } from 'file-system-cache'; | ||
interface Options$1 { | ||
allowRegExp: boolean; | ||
allowFunction: boolean; | ||
allowSymbol: boolean; | ||
allowDate: boolean; | ||
allowUndefined: boolean; | ||
allowClass: boolean; | ||
allowError: boolean; | ||
maxDepth: number; | ||
space: number | undefined; | ||
lazyEval: boolean; | ||
} | ||
type ExportName = string; | ||
@@ -842,16 +855,3 @@ type MetaId = string; | ||
type IndexInput = StoryIndexInput | DocsIndexInput; | ||
type Path = string; | ||
interface Options$1 { | ||
allowRegExp: boolean; | ||
allowFunction: boolean; | ||
allowSymbol: boolean; | ||
allowDate: boolean; | ||
allowUndefined: boolean; | ||
allowClass: boolean; | ||
maxDepth: number; | ||
space: number | undefined; | ||
lazyEval: boolean; | ||
} | ||
/** | ||
@@ -1153,2 +1153,3 @@ * ⚠️ This file contains internal WIP types they MUST NOT be exported outside this package for now! | ||
type PresetValue<T> = T | ((config: T, options: Options) => T | Promise<T>); | ||
type Path = string; | ||
@@ -1155,0 +1156,0 @@ declare const webpackFinal: (config: any, options: Options) => Promise<any>; |
{ | ||
"name": "@storybook/react-dom-shim", | ||
"version": "0.0.0-pr-23897-sha-78c2d886", | ||
"version": "0.0.0-pr-23913-sha-45573ae9", | ||
"description": "", | ||
@@ -57,3 +57,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@storybook/types": "0.0.0-pr-23897-sha-78c2d886", | ||
"@storybook/types": "0.0.0-pr-23913-sha-45573ae9", | ||
"typescript": "~4.9.3" | ||
@@ -60,0 +60,0 @@ }, |
39293
1059