@wordpress/block-editor
Version:
13 lines (10 loc) • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// MediaReplaceFlow component is not yet implemented in the native version,
// so we return an empty component instead.
var _default = () => null;
exports.default = _default;
//# sourceMappingURL=index.native.js.map