@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
18 lines • 671 B
TypeScript
/**
* 2024-09-07: Migrated from the same folder in fps-library-v2/banner/features/interfaces/MinWP/...
*/
import { ISupportedHost } from "../../../types/@msft/1.15.2/layout";
import { IWebpartHistory } from "../../features/WebPartHistory/Interface";
export interface IMinBannerUtilityProps {
uniqueId: string;
pageLayout: ISupportedHost;
analyticsListX: string;
showRepoLinks: boolean;
showExport: boolean;
fpsImportProps: string;
webpartHistory: IWebpartHistory;
showTricks: boolean;
propsEasyMode: boolean;
}
export declare const changeBannerUtility: string[];
//# sourceMappingURL=IMinBannerUtilityProps.d.ts.map