UNPKG

@51yzone/pc-components

Version:

An enterprise-class UI design language and React-based implementation

8 lines (7 loc) 202 B
import EditorPreview from './editor-preview'; import 'braft-editor/dist/index.css'; declare const Editor: { EditorPreview?: typeof EditorPreview; defaultProps: Object; }; export default Editor;