/** * 是否是一个段落block * @param param0 */ export default function isParagraphBlock({ type }: { type: any; }): any;