UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

27 lines (26 loc) 1.05 kB
/** * 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'; /** * My repos - Legacy Early Access Banner style */ export declare const SmallStyle = "small"; export declare const LegacyStyle = "legacy"; /** * Github Repos */ export declare const gitSPFxContReact: JSX.Element; export declare const gitPnpJSsp: JSX.Element; export declare const gitFpsLibraryV2: IRepoLinks; export declare const gitFpsLibraryV3: IRepoLinks; export declare const gitFpsLibraryV4: IRepoLinks; export declare const gitFpsStyles: IRepoLinks; export declare const gitFpsPnp2: IRepoLinks; export declare const gitFpsPnp3: IRepoLinks; export declare const gitFpsPnp4: IRepoLinks; export declare const gitPnpjsV2: IRepoLinks; export declare const gitFpsCoreV7: IRepoLinks; //# sourceMappingURL=LinksCommon.d.ts.map