UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

8 lines 531 B
/** * 2024-09-07: Migrated from the same folder in fps-library-v2/common/Images/... */ import { IPropertyPaneDropdownOptionFPS } from "../../types/fps-common/AudienceInterfaces"; export type IGetHeroChoice = 'inLine' | 'carouselLayout' | 'carouselBuilder' | 'left' | 'right' | 'header' | 'footer' | 'none'; export declare const heroChoices: IPropertyPaneDropdownOptionFPS[]; export declare function getHeroChoice(findMe: IGetHeroChoice): "none" | "left" | "right" | "header" | "footer"; //# sourceMappingURL=hero.d.ts.map