@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
22 lines (21 loc) • 745 B
TypeScript
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
* Update:: import { ISourceProps } to '@mikezimm/fps-core-v7/lib/components/molecules/source-props/ISourceProps;'
*/
import * as React from 'react';
import { ISourceProps } from '@mikezimm/fps-core-v7/lib/components/molecules/source-props/ISourceProps';
/**
* https://github.com/mikezimm/fps-library-v2/issues/190
*
* @param props
* @returns
*/
export declare function GetGoToWebLink(props: IGoToWebLink): JSX.Element;
export interface IGoToWebLink {
primarySource: ISourceProps;
showWebLink?: boolean;
altWebText?: string;
webLinkCSS?: React.CSSProperties;
showWebIcon?: boolean;
}
//# sourceMappingURL=GetGoToWebLink.d.ts.map