@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
7 lines (6 loc) • 327 B
TypeScript
import { ErrorBoundaryType } from '../shared/useDecorators';
export declare function RichTextPlugin({ contentEditable, placeholder, ErrorBoundary }: {
contentEditable: JSX.Element;
placeholder?: ((isEditable: boolean) => null | JSX.Element) | null | JSX.Element;
ErrorBoundary?: ErrorBoundaryType;
}): JSX.Element;