Skip to content

JsxComponentDescriptor

reference
1 min readUpdated

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

PropertyType
name`string
kind`'flow'
sourcestring
defaultExportboolean
propsJsxPropertyDescriptor[]
hasChildrenboolean
EditorReact.ComponentType<JsxEditorProps>

Was this page helpful?

Download as PDF