UNPKG

@edifice.io/tiptap-extensions

Version:
10 lines (9 loc) 258 B
/** * Interface for the iframe transformer. * Iframe transformers are used to transform the iframe attributes before rendering it. */ export interface IframeTransformer { onRenderHTML({ HTMLAttributes }: { HTMLAttributes: any; }): void; }