UNPKG

@wordpress/editor

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