UNPKG
@beincomm/draft-js-plugins-list
Version:
latest (1.0.4)
1.0.4
Better lists for Draft.js
tuhuynh99323/draft-js-list-plugin
@beincomm/draft-js-plugins-list
/
dist
/
index.d.ts
5 lines
•
267 B
TypeScript
View Raw
1
2
3
4
5
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