UNPKG

@beincom/draft-js-plugins-list

Version:
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