UNPKG

@beincomm/draft-js-plugins-list

Version:

Better lists for Draft.js

5 lines 267 B
import { EditorPlugin } from "@draft-js-plugins/editor"; import { ListPluginConfig } from "./types"; declare const createListPlugin: (config?: Partial<ListPluginConfig> | undefined) => EditorPlugin; export default createListPlugin; //# sourceMappingURL=index.d.ts.map