@kedao/editor
Version:
Rich Text Editor Based On Draft.js
29 lines (28 loc) • 745 B
TypeScript
import './styles.scss';
export declare const defaultEmoticons: string[];
declare const _default: (options: any) => {
type: string;
includeEditors: any;
excludeEditors: any;
name: string;
control: (props: any) => {
key: string;
replace: string;
type: string;
text: JSX.Element;
showArrow: boolean;
ref: (ref: any) => any;
autoHide: any;
component: JSX.Element;
};
mutability: string;
component: (props: any) => JSX.Element;
importer: (nodeName: any, node: any) => {
mutability: string;
data: {
src: any;
};
};
exporter: (entityObject: any, initialText: any) => JSX.Element;
};
export default _default;