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
/
constants
/
shape.d.ts
9 lines
(8 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * 默认宽度 */
export
declare
const
DEFAULT_WIDTH =
80
;
/** * 默认高度 */
export
declare
const
DEFAULT_HEIGHT =
38
;