From ce5686e82363f888ef5b532b9e85b3db625b8f94 Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Mon, 25 Oct 2021 16:32:54 +0200 Subject: [PATCH] docs: add reference Co-authored-by: tyankatsu0105 --- docs/configure/typescript.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configure/typescript.md b/docs/configure/typescript.md index 9444a2bb0ea..05e058060c6 100644 --- a/docs/configure/typescript.md +++ b/docs/configure/typescript.md @@ -37,6 +37,8 @@ The following code snippets shows the fields for you to use with TypeScript: | **reactDocgen** | React | Which react docgen processor to run: `"react-docgen-typescript"`, `"react-docgen"`, `false` | string or false | | **reactDocgenTypescriptOptions** | React | Options to pass to react-docgen-typescript-plugin if react-docgen-typescript is enabled. | [See docs](https://github.com/hipstersmoothie/react-docgen-typescript-plugin) | +See default values [here](https://github.com/storybookjs/storybook/blob/next/lib/core-server/src/presets/common-preset.ts#L51) + ### Overriding the configuration to infer additional props The configuration provided above will remove any props from any third party libraries.