UNPKG

draft-js-list-plugin

Version:
5 lines 266 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