UNPKG

storybook

Version:

Storybook: Develop, document, and test UI components in isolation

12 lines 276 B
//#region node_modules/telejson/dist/index.d.ts interface Options { allowRegExp: boolean; allowSymbol: boolean; allowDate: boolean; allowUndefined: boolean; allowError: boolean; maxDepth: number; space: number | undefined; } //#endregion export { Options as t };