minishouyin/node_modules/rc-image/lib/previewConfig.d.ts

5 lines
185 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
/** 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;