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
/
table
/
converts.d.ts
9 lines
(8 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
tableImportFn
:
(
nodeName
:
any
,
node
:
any
) =>
{
type
:
string
;
data
:
any
; };
export
declare
const
tableExportFn
:
(
exportAttrString
:
any
) =>
(
contentState
:
any
,
block
:
any
) =>
{
start
:
string
;
end
:
string
; };