UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

15 lines (14 loc) 596 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'; /** * Track My Time links */ export declare const gitTrackMyTime: IRepoLinks; export declare const gitTMTActivityTypeWiki: JSX.Element; export declare const gitTMTActivityURLWiki: JSX.Element; export declare const gitTMTOptionsWiki: JSX.Element; //# sourceMappingURL=LinksTMT.d.ts.map