前端初始化

This commit is contained in:
“hsc”
2026-08-21 15:27:51 +08:00
commit ef029340f2
14411 changed files with 2275932 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const require_runtime = require("../../../utils/vue/props/runtime.js");
const require_common = require("./common.js");
//#region ../../packages/components/table-v2/src/cell.ts
const tableV2CellProps = require_runtime.buildProps({
class: String,
cellData: { type: require_runtime.definePropType([
String,
Boolean,
Number,
Object
]) },
column: require_common.column,
columnIndex: Number,
style: {
type: require_runtime.definePropType([
String,
Array,
Object,
Boolean
]),
default: void 0
},
rowData: { type: require_runtime.definePropType(Object) },
rowIndex: Number
});
//#endregion
exports.tableV2CellProps = tableV2CellProps;
//# sourceMappingURL=cell.js.map