UNPKG

@mikezimm/fps-core-v7

Version:

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

7 lines 489 B
/** * 2024-09-07: Migrated to SAME FOLDER in fps-core-v7\src/components/atoms/easy-pages/interfaces\... */ import { ISourceProps } from "../../../molecules/source-props/ISourceProps"; import { IFpsSpHttpServiceMIN } from "../../../molecules/SpHttp/Sp/IFpsSpHttpServiceMIN"; export declare function createAnalyticsSourceProps(fpsSpService: IFpsSpHttpServiceMIN, analyticsListX: string, analyticsWebX?: string): ISourceProps; //# sourceMappingURL=createAnalyticsSourceProps.d.ts.map