@wordpress/block-library
Version:
Block library for the WordPress editor.
18 lines (16 loc) • 516 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _components = require("@wordpress/components");
var _jsxRuntime = require("react/jsx-runtime");
/**
* WordPress dependencies
*/
const EmbedLoading = () => /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
className: "wp-block-embed is-loading",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Spinner, {})
});
var _default = exports.default = EmbedLoading;
//# sourceMappingURL=embed-loading.js.map
;