UNPKG

owl-rich-table

Version:

富文本编辑表格,react组件

12 lines (11 loc) 251 B
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 {};