UNPKG

quill-image-resizor

Version:

A module for Quill rich text editor to allow images to be resized.

12 lines (11 loc) 467 B
export interface ImageResizorOptions { modules?: string[]; overlayStyles?: Record<string, string | number>; handleStyles?: Record<string, string | number>; displayStyles?: Record<string, string | number>; toolbarStyles?: Record<string, string | number>; toolbarButtonStyles?: Record<string, string | number>; toolbarButtonSvgStyles?: Record<string, string | number>; } declare const _default: ImageResizorOptions; export default _default;