UNPKG
owl-rich-table
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
富文本编辑表格,react组件
owl-rich-table
/
lib
/
utils
/
common.d.ts
10 lines
(9 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
{
CoordType
}
from
'../types/RichTableTypes'
;
/** * row key create fn */
export
declare
function
createRowKey
(
y
:
number
,
incrementKey
:
number
):
string
;
/** * cell key create fn */
export
declare
function
createCellKey
(
coord
:
CoordType
,
incrementKey
:
number
):
string
;