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

4 lines (3 loc) 185 B
/// <reference types="react" /> import { GoalsDataProps } from './Goals'; export default function GoalsDesktop({ asset, link, summary, countSql, title, }: GoalsDataProps): JSX.Element;