synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
14 lines • 327 B
TypeScript
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