UNPKG

@mikezimm/fps-core-v7

Version:

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

7 lines 477 B
/** * 2024-09-06: Migrated to fps-core-v7\src\components\atoms\easy-pages\functions\ */ import { IThisFPSWebPartClass } from "../../../../banner/FPSWebPartClass/IThisFPSWebPartClass1152"; import { IEasyPagesExtraProps } from "../interfaces/IEasyPagesHookProps"; export declare function createEasyPagesExtraWPProps(main: IThisFPSWebPartClass, showTricks: boolean, renderAsReader: boolean): IEasyPagesExtraProps; //# sourceMappingURL=createEasyPagesExtraWPProps.d.ts.map