interface Deno.lint.JSXOpeningElement
unstable
The opening tag of a JSXElement
Properties #
#selfClosing: boolean
#attributes: Array<JSXAttribute | JSXSpreadAttribute>
#typeArguments: TSTypeParameterInstantiation | undefined
The opening tag of a JSXElement
#selfClosing: boolean
#attributes: Array<JSXAttribute | JSXSpreadAttribute>
#typeArguments: TSTypeParameterInstantiation | undefined