Interface: JsxPluginParams
Properties
| Property | Type | Default value | Description |
|---|---|---|---|
allowFragment? | boolean | undefined | Whether or not to allow default React fragments <></> processing in MDX. |
jsxComponentDescriptors | JsxComponentDescriptor[] | undefined | A set of descriptors that document the JSX elements used in the document. |
kindMismatchPolicy? | JsxKindMismatchPolicy | 'source' | Controls whether the parsed JSX kind or the component descriptor is authoritative when they disagree. |