UNPKG

rc-editor-core

Version:
7 lines (6 loc) 299 B
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;