UNPKG

@wordpress/block-library

Version:
10 lines (9 loc) 374 B
"use strict"; 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