@gechiui/components
Version:
UI components for GeChiUI.
26 lines (24 loc) • 609 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "__unstableAnimatePresence", {
enumerable: true,
get: function () {
return _framerMotion.AnimatePresence;
}
});
Object.defineProperty(exports, "__unstableAnimateSharedLayout", {
enumerable: true,
get: function () {
return _framerMotion.AnimateSharedLayout;
}
});
Object.defineProperty(exports, "__unstableMotion", {
enumerable: true,
get: function () {
return _framerMotion.motion;
}
});
var _framerMotion = require("framer-motion");
//# sourceMappingURL=index.js.map