@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
10 lines (9 loc) • 545 B
TypeScript
/**
* CodeAnalizerComment: Updated 2 imports on 2024-09-21 23:07:24
* Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;'
* Update:: import { makeid } to '@mikezimm/fps-core-v7/lib/logic/Strings/guids;'
*/
/// <reference types="react" />
import { IRepoLinks } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks';
export declare function createWhyRow(webpart: any, comments: any, repoLink: IRepoLinks | undefined): JSX.Element[];
//# sourceMappingURL=createWhyRow.d.ts.map