Files
frontend/node_modules/rc-image/lib/previewConfig.d.ts
2026-01-17 15:16:36 -05:00

5 lines
185 B
TypeScript

/** Scale the ratio base */
export declare const BASE_SCALE_RATIO = 1;
/** The maximum zoom ratio when the mouse zooms in, adjustable */
export declare const WHEEL_MAX_SCALE_RATIO = 1;