UNPKG

@wordpress/editor

Version:
9 lines (8 loc) 324 B
// packages/editor/src/components/post-title/constants.js var DEFAULT_CLASSNAMES = "wp-block wp-block-post-title block-editor-block-list__block editor-post-title editor-post-title__input rich-text"; var REGEXP_NEWLINES = /[\r\n]+/g; export { DEFAULT_CLASSNAMES, REGEXP_NEWLINES }; //# sourceMappingURL=constants.mjs.map