@wordpress/block-library
Version:
Block library for the WordPress editor.
13 lines (10 loc) • 330 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// Mobile has no separator settings at this time, so render nothing.
const SeparatorSettings = () => null;
var _default = SeparatorSettings;
exports.default = _default;
//# sourceMappingURL=separator-settings.native.js.map
;