import type { SlateElement } from '@yoopta/editor'; export type ParagraphElement = SlateElement<'paragraph'>; export type ParagraphElementMap = { paragraph: ParagraphElement; }; //# sourceMappingURL=types.d.ts.map