Files
pig-farm-controller-fe/node_modules/element-plus/lib/components/form/src/constants.js

11 lines
314 B
JavaScript
Raw Normal View History

2025-09-19 14:25:20 +08:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
const formContextKey = Symbol("formContextKey");
const formItemContextKey = Symbol("formItemContextKey");
exports.formContextKey = formContextKey;
exports.formItemContextKey = formItemContextKey;
//# sourceMappingURL=constants.js.map