10 lines
335 B
JavaScript
10 lines
335 B
JavaScript
Object.defineProperties(exports, {
|
|
__esModule: { value: true },
|
|
[Symbol.toStringTag]: { value: "Module" }
|
|
});
|
|
//#region ../../packages/components/table/src/tableColumn.ts
|
|
var tableColumn_default = require("./table-column/index.js").default;
|
|
//#endregion
|
|
exports.default = tableColumn_default;
|
|
|
|
//# sourceMappingURL=tableColumn.js.map
|