@desci-labs/frontend-components
Version:
A library for commonly used components on the DeSci Frontend web apps
12 lines • 568 B
TypeScript
import { ArticleMatches } from '../../interfaces';
interface CloselyMatchingArticlesProps {
/** Whether the articles are being fetched */
isFetchingArticles: boolean;
/** The article matches data */
articleMatches: ArticleMatches;
/** The origin of the page for the doi and oa links*/
origin?: string;
}
export declare const CloselyMatchingArticles: ({ isFetchingArticles, articleMatches, origin }: CloselyMatchingArticlesProps) => import("react/jsx-runtime").JSX.Element | null;
export {};
//# sourceMappingURL=CloselyMatchingArticles.d.ts.map