UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

14 lines 327 B
export type GoalsV2Props = { entityId: string; dataLink: string; }; export type GoalsV2DataProps = { countSql?: string; title: string; summary: string; link: string; asset: string; }; export declare const GoalsV2: React.FC<GoalsV2Props>; export default GoalsV2; //# sourceMappingURL=GoalsV2.d.ts.map