Interface: JsxPluginParams

Properties

PropertyTypeDefault valueDescription
allowFragment?booleanundefinedWhether or not to allow default React fragments <></> processing in MDX.
jsxComponentDescriptorsJsxComponentDescriptor[]undefinedA 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.