constants.js 225 Bytes
'use strict';

Object.defineProperty(exports, '__esModule', { value: true });

const ROOT_PICKER_INJECTION_KEY = Symbol();

exports.ROOT_PICKER_INJECTION_KEY = ROOT_PICKER_INJECTION_KEY;
//# sourceMappingURL=constants.js.map