@serenity-is/domwise / JSX / ConfigureElement
Interface: ConfigureElement
Defined in: types/jsx-namespace.d.ts:54
Toggles for optional JSX element namespaces. Set to false to exclude SVG/MathML from JSXElement / IntrinsicElements.
Properties
mathml
mathml:
boolean
Defined in: types/jsx-namespace.d.ts:58
When false, MathML elements are excluded from the JSX element union.
svg
svg:
boolean
Defined in: types/jsx-namespace.d.ts:56
When false, SVG elements are excluded from the JSX element union.