UNPKG

ka-table

Version:

The customizable, extendable, lightweight, and fully free React Table Component

10 lines (9 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Cell = void 0; var Cell = /** @class */ (function () { function Cell() { } return Cell; }()); exports.Cell = Cell;