9 lines
192 B
JavaScript
9 lines
192 B
JavaScript
'use strict';
|
|
|
|
const avatarGroupContextKey = /* @__PURE__ */ Symbol(
|
|
"avatarGroupContextKey"
|
|
);
|
|
|
|
exports.avatarGroupContextKey = avatarGroupContextKey;
|
|
//# sourceMappingURL=constants.js.map
|