UNPKG
@kedao/editor
Version:
latest (0.0.2)
0.0.2
0.0.1
Rich Text Editor Based On Draft.js
@kedao/editor
/
lib
/
extensions
/
max-length
/
index.d.ts
8 lines
(7 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
_default
:
(
options
:
any
) =>
{
type
:
string
;
includeEditors
:
any
;
excludeEditors
:
any
;
interceptor
:
(
editorProps
:
any
) =>
any
; };
export
default
_default;