UNPKG

owl-rich-table

Version:

富文本编辑表格,react组件

17 lines (16 loc) 495 B
import RowAdd from "./row-add"; import RowButton from "./row-button"; import "./style.css"; /** * @description * @author Huang Wenjie * @createDate 2023-11-01 */ 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 ActionBarRow() { return /*#__PURE__*/_jsxs(_Fragment, { children: [/*#__PURE__*/_jsx(RowButton, {}), /*#__PURE__*/_jsx(RowAdd, {})] }); }