@storybook/react-dom-shim
Advanced tools
Comparing version 0.0.0-pr-23724-sha-4dae46aa to 0.0.0-pr-23778-sha-b8dbbd21
@@ -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-23724-sha-4dae46aa", | ||
"version": "0.0.0-pr-23778-sha-b8dbbd21", | ||
"description": "", | ||
@@ -49,3 +49,4 @@ "keywords": [ | ||
"*.js", | ||
"*.d.ts" | ||
"*.d.ts", | ||
"!src/**/*" | ||
], | ||
@@ -57,3 +58,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@storybook/types": "0.0.0-pr-23724-sha-4dae46aa", | ||
"@storybook/types": "0.0.0-pr-23778-sha-b8dbbd21", | ||
"typescript": "~4.9.3" | ||
@@ -60,0 +61,0 @@ }, |
39293
1059