UNPKG

@wordpress/block-library

Version:
18 lines (16 loc) 516 B
"use strict"; 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