The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/renderer > RendererProps
RendererProps interface
Signature:export interface RendererProps<K extends string = string>
Properties
| Property | Type | Description |
|---|---|---|
| plugins | Record<K, EditorPlugin> | |
| state | { plugin: K; state?: unknown; } | |
| theme? | CustomTheme | (Optional) |