@wordpress/components
Version:
UI components for WordPress.
19 lines (18 loc) • 447 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "__unstableAnimatePresence", {
enumerable: true,
get: function () {
return _framerMotion.AnimatePresence;
}
});
Object.defineProperty(exports, "__unstableMotion", {
enumerable: true,
get: function () {
return _framerMotion.motion;
}
});
var _framerMotion = require("framer-motion");
//# sourceMappingURL=index.js.map