11 lines
314 B
JavaScript
11 lines
314 B
JavaScript
|
|
'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
|