UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

10 lines (9 loc) 341 B
import CellElement from "./cell"; import CellGroup from "./cell-group"; export { default as CellBase } from "./cell-base"; export { default as CellTitle } from "./cell-title"; export { default as CellValue } from "./cell-value"; var Cell = CellElement; Cell.Group = CellGroup; export default Cell; //# sourceMappingURL=index.js.map