@wordpress/block-library
Version:
Block library for the WordPress editor.
10 lines (9 loc) • 374 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.NOFOLLOW_REL = exports.NEW_TAB_TARGET = exports.NEW_TAB_REL = void 0;
const NEW_TAB_REL = exports.NEW_TAB_REL = 'noreferrer noopener';
const NEW_TAB_TARGET = exports.NEW_TAB_TARGET = '_blank';
const NOFOLLOW_REL = exports.NOFOLLOW_REL = 'nofollow';
//# sourceMappingURL=constants.js.map
;