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
/
row-button.d.ts
8 lines
(7 loc)
•
211 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
RowButton
(
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;