@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
8 lines • 596 B
TypeScript
/**
* 2024-09-06: Migrated to fps-core-v7\src\components\atoms\easy-pages\functions\
*/
import { IFpsSpHttpServiceMIN } from "../../../molecules/SpHttp/Sp/IFpsSpHttpServiceMIN";
import { ISourcePropsEP } from "../interfaces/epTypes";
import { ISourceName } from "../interfaces/IEasyPagesPageHookProps";
export declare function createNewSitePagesSource(fpsSpService: IFpsSpHttpServiceMIN, source: ISourceName, webUrl: string | undefined, tabs: string[], EasyPageOverflowTab: string | undefined, showTricks: boolean): ISourcePropsEP;
//# sourceMappingURL=createNewSitePagesSource.d.ts.map