@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
9 lines • 519 B
TypeScript
/**
* 2024-09-07: Migrated from the same folder in fps-library-v2/common/Images/...
*/
import { IPropertyPaneDropdownOptionFPS } from "../../types/fps-common/AudienceInterfaces";
export type IImageZoom = '1.0' | '1.1' | '1.2' | '1.5' | '2.0';
export declare const hoverZoomChoices: IPropertyPaneDropdownOptionFPS[];
export declare const hoverZoomChoicesAll: IPropertyPaneDropdownOptionFPS[];
export declare function getHoverZoom(findMe: IImageZoom): 0 | 1 | 1.2 | 1.1;
//# sourceMappingURL=hoverZoom.d.ts.map