UNPKG

@metamask/design-system-react-native

Version:
9 lines 739 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BadgeWrapper = exports.BadgeWrapperPositionAnchorShape = exports.BadgeWrapperPosition = void 0; var types_1 = require("../../types/index.cjs"); Object.defineProperty(exports, "BadgeWrapperPosition", { enumerable: true, get: function () { return types_1.BadgeWrapperPosition; } }); Object.defineProperty(exports, "BadgeWrapperPositionAnchorShape", { enumerable: true, get: function () { return types_1.BadgeWrapperPositionAnchorShape; } }); var BadgeWrapper_1 = require("./BadgeWrapper.cjs"); Object.defineProperty(exports, "BadgeWrapper", { enumerable: true, get: function () { return BadgeWrapper_1.BadgeWrapper; } }); //# sourceMappingURL=index.cjs.map