UNPKG

@mikezimm/npmfunctions

Version:
4 lines (3 loc) 214 B
/// <reference types="react" /> import { IRepoLinks } from '../Links/CreateLinks'; export declare function createAboutRow(date: string, version: string, focus: any, repoLinks: IRepoLinks | null): JSX.Element[];