UNPKG

tiptap-extension-resize-image

Version:

A tiptap image resizing extension for React, Vue, Next, and VanillaJS. Additionally, it can align the image position.

7 lines 208 B
import { Node } from '@tiptap/core'; interface FigcaptionOptions { placeholder: string; } export declare const Figcaption: Node<FigcaptionOptions, any>; export {}; //# sourceMappingURL=figcaption.d.ts.map