UNPKG

@mikezimm/fps-core-v7

Version:

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

19 lines 726 B
/** * 2024-09-07: Migrated from the same folder in fps-library-v2/banner/features/interfaces/MinWP/... */ import { IEveryoneAudience, IPageEditorAudience } from "../../../types/fps-common/AudienceInterfaces"; export interface IMinBannerUIProps { showBanner: boolean; showBannerGear: boolean; showGoToHome: boolean; showGoToParent: boolean; homeParentGearAudience: IEveryoneAudience; bannerTitle: string; infoElementChoice: string; infoElementText: string; feedbackEmail: string; beAUserAudience: IPageEditorAudience; } export declare const changeBannerNav: string[]; export declare const changeBannerBasics: string[]; //# sourceMappingURL=IMinBannerUIProps.d.ts.map