@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
22 lines (21 loc) • 803 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 GetGoToListLink(props: IGoToListLink): JSX.Element;
export declare const CommonClasses: string[];
export declare const CommonLinkCSS: React.CSSProperties;
export interface IGoToListLink {
primarySource: ISourceProps;
showListLink?: boolean;
listLinkCSS?: React.CSSProperties;
}
//# sourceMappingURL=GetGoToListLink.d.ts.map