@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
12 lines • 526 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 IHoverEffect = 'slideUp' | 'fadeUp' | 'none';
export declare const hoverEffectChoices: IPropertyPaneDropdownOptionFPS[];
/**
* Currently just place holder in case needed.
* @param findMe
*/
export declare function getHoverEffect(findMe: string): 0 | 1 | 1.2 | 1.1 | undefined;
//# sourceMappingURL=hoverEffect.d.ts.map