rc-editor-core
Version:
editor-core ui component for react
7 lines (6 loc) • 299 B
TypeScript
import { OrderedSet } from 'immutable';
export declare type Style = OrderedSet<string>;
export declare const EMPTY_SET: Style;
export declare const DEFAULT_ELEMENT: string;
export declare const DEFAULT_INLINE_STYLE: any;
export default function GetHTML(configStore: any): (editorState: any) => any;