UNPKG

@beincomm/draft-js-plugins-list

Version:

Better lists for Draft.js

10 lines 334 B
import { DraftBlockType } from "draft-js"; export interface ListPluginConfig { allowNestedLists: boolean; maxDepth: number; olRegex: RegExp; ulChars: string[]; } export declare const CONFIG_DEFAULTS: ListPluginConfig; export declare const BlockTypes: Record<string, DraftBlockType>; //# sourceMappingURL=types.d.ts.map