@storybook/react-dom-shim
Advanced tools
Comparing version 0.0.0-pr-23882-sha-6c4dd3dd to 0.0.0-pr-23888-sha-032c0a61
@@ -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-23882-sha-6c4dd3dd", | ||
"version": "0.0.0-pr-23888-sha-032c0a61", | ||
"description": "", | ||
@@ -57,3 +57,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@storybook/types": "0.0.0-pr-23882-sha-6c4dd3dd", | ||
"@storybook/types": "0.0.0-pr-23888-sha-032c0a61", | ||
"typescript": "~4.9.3" | ||
@@ -60,0 +60,0 @@ }, |
39293
1059