UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

9 lines (8 loc) 476 B
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24 * Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;' */ /// <reference types="react" /> import { IRepoLinks } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks'; export declare function createAboutRow(date: string, version: string, focus: any, repoLinks: IRepoLinks | null): JSX.Element[]; //# sourceMappingURL=createAboutRow.d.ts.map