synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
12 lines (11 loc) • 492 B
TypeScript
import React from 'react';
export declare type ProjectViewCarouselProps = {
entityId: string;
};
/**
* Display a carousel of projects using a Project View. Driven by the following annotations/column names:
* projectDisplayName, projectDescription, projectImageFileName. The projectImageFileName must
* be an attachment on the project's root wiki page.
*/
export declare const ProjectViewCarousel: React.FunctionComponent<ProjectViewCarouselProps>;
export default ProjectViewCarousel;