@wordpress/editor
Version:
Enhanced block editor for WordPress posts.
9 lines (8 loc) • 414 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.REGEXP_NEWLINES = exports.DEFAULT_CLASSNAMES = void 0;
const DEFAULT_CLASSNAMES = exports.DEFAULT_CLASSNAMES = 'wp-block wp-block-post-title block-editor-block-list__block editor-post-title editor-post-title__input rich-text';
const REGEXP_NEWLINES = exports.REGEXP_NEWLINES = /[\r\n]+/g;
//# sourceMappingURL=constants.js.map