Kind: Interface
Source: atloria-monorepo/packages/editor/src/plugins/jsx/index.ts
Defines the structure of a JSX component that can be used within the markdown document.
Properties
| Property | Type |
|---|---|
name | `string |
kind | `'flow' |
source | string |
defaultExport | boolean |
props | JsxPropertyDescriptor[] |
hasChildren | boolean |
Editor | React.ComponentType<JsxEditorProps> |
Was this page helpful?