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 • 322 B
TypeScript
export declare class StyleManager {
static getContainerStyle(inline: boolean, width?: string): string;
static getWrapperStyle(inline: boolean): string;
static getPositionControllerStyle(inline: boolean): string;
static getDotStyle(index: number): string;
}
//# sourceMappingURL=style-manager.d.ts.map