All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
15 lines
273 B
JavaScript
15 lines
273 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
function defaultEmptyBlock(text = '') {
|
|
return {
|
|
type: 'paragraph',
|
|
children: [{
|
|
text
|
|
}]
|
|
};
|
|
}
|
|
var _default = exports.default = defaultEmptyBlock; |