UNPKG

owl-rich-table

Version:

富文本编辑表格,react组件

17 lines (16 loc) 517 B
import ColAdd from "./col-add"; import ColButton from "./col-button"; import "./style.css"; /** * @description 行头部的操作bar * @author Huang Wenjie * @createDate 2023-11-03 */ import { jsx as _jsx } from "react/jsx-runtime"; import { Fragment as _Fragment } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; export default function ActionBarCol() { return /*#__PURE__*/_jsxs(_Fragment, { children: [/*#__PURE__*/_jsx(ColButton, {}), /*#__PURE__*/_jsx(ColAdd, {})] }); }