UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

14 lines (13 loc) 301 B
import React from 'react'; export declare type GoalsProps = { entityId: string; }; export declare type GoalsDataProps = { countSql?: string; title: string; summary: string; link: string; asset: string; }; export declare const Goals: React.FC<GoalsProps>; export default Goals;