@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
9 lines • 540 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 IImageTarget = 'top' | 'blank' | 'self' | 'parent';
export declare const imgTargetChoices: IPropertyPaneDropdownOptionFPS[];
export declare const imgTargetChoicesAll: IPropertyPaneDropdownOptionFPS[];
export declare function getTarget(findMe: IImageTarget): "_blank" | "_self" | "_parent" | "_top";
//# sourceMappingURL=imgTarget.d.ts.map