1 import {HeadingNode, QuoteNode} from '@lexical/rich-text';
2 import {Callout} from './callout';
3 import {KlassConstructor, LexicalNode} from "lexical";
6 * Load the nodes for lexical.
8 export function getNodesForPageEditor(): KlassConstructor<typeof LexicalNode>[] {