synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
15 lines • 594 B
TypeScript
import { MarkdownSynapseProps } from '../Markdown/MarkdownSynapse';
export type AcknowledgementPageProps = {
portalName: string;
createDoiHelpUrl: string;
portalAcknowledgementProps?: MarkdownSynapseProps;
dataAvailabilityProps?: MarkdownSynapseProps;
studyAcknowledgementSql: string;
};
export type AcknowledgementItem = {
title: string;
statement: string;
};
export declare function AcknowledgementPage(props: AcknowledgementPageProps): import("react/jsx-runtime").JSX.Element;
export default AcknowledgementPage;
//# sourceMappingURL=AcknowledgementsPage.d.ts.map