Props type alias for associated component.

type Props = {
    content?: string;
    enrichedContent?: string;
    options?: TJSContentEditOptions;
}
Index
content?: string
enrichedContent?: string