UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

16 lines (15 loc) 560 B
import "../../utils/index.mjs"; import r from "./src/Table.mjs"; import t from "./src/TableCustomColumnContainer.mjs"; import { radioColumnProps as s, tableColumnProps as b, tableProps as C, tableProvideKey as u, toolBarProps as f } from "./src/props.mjs"; import { withInstall as o } from "../../utils/withInstall.mjs"; const n = { ZTable: o(r), ZTableCustomColumnContainer: o(t) }; export { n as default, s as radioColumnProps, b as tableColumnProps, C as tableProps, u as tableProvideKey, f as toolBarProps }; //# sourceMappingURL=index.mjs.map