Kind: Function
Source: atloria-monorepo/packages/editor/src/plugins/core/GenericHTMLNode.tsx
Signature
tsfunction $createGenericHTMLNode(tag: KnownHTMLTagType, type: MdxNodeType, attributes: MdxJsxAttribute[]): GenericHTMLNode
Parameters
| Name | Type |
|---|---|
tag | KnownHTMLTagType |
type | MdxNodeType |
attributes | MdxJsxAttribute[] |
Returns: GenericHTMLNode
Was this page helpful?