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-move-bar
/
index.d.ts
12 lines
(11 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
'./style.css'
;
/** *
@description
*
@author
Huang Wenjie *
@createDate
2023-11-03 */
interface
PropsType
{
barIndex
:
number
; }
export
default
function
ActionMoveBar
(
props
:
PropsType
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
{};