UNPKG

@chief-editor/brick-control

Version:

Control Brick for chief editor

6 lines (5 loc) 254 B
/// <reference types="react" /> import { IRichEditorBrickProps } from './type'; import '@chief-editor/quill/css/index.less'; import '../../../css/RichEditor/index.less'; export declare function RichEditorBrick(props: IRichEditorBrickProps): JSX.Element;