UNPKG

@mikezimm/fps-core-v7

Version:

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

14 lines 786 B
/** * 2024-09-06: Migrated to fps-core-v7\src\components\atoms\easy-pages\functions\ */ import { IEasyPagesSourceProps } from "../interfaces/IEasyPagesPageProps"; import { IEasyPagesWPProps } from "../interfaces/epTypes"; import { ISupportedHost } from "../../../../types/@msft/1.15.2/layout"; import { IThisFPSWebPartClass } from "../../../../banner/FPSWebPartClass/IThisFPSWebPartClass1152"; import { IPinMeState } from "../../../../banner/features/PinMe/Interfaces"; export interface ICreateEasyPagesSourceProps extends IEasyPagesWPProps { pageLayout: ISupportedHost; defPinState: IPinMeState; } export declare function createEasyPagesSourceWPProps(main: IThisFPSWebPartClass): IEasyPagesSourceProps; //# sourceMappingURL=createEasyPagesSourceWPProps.d.ts.map