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
/
components
/
table-action
/
action-bar-row
/
index.d.ts
8 lines
(7 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
'./style.css'
;
/** *
@description
*
@author
Huang Wenjie *
@createDate
2023-11-01 */
export
default
function
ActionBarRow
(
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;