synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
9 lines • 502 B
TypeScript
type ReviewerDashboardProps = {
/** Used to determine the base path for the component. Default is DataAccessManagement:default */
routerBaseName?: string;
/** If true use a MemoryRouter, which prevents the browser URL from updating. For demo purposes only. */
useMemoryRouter?: boolean;
};
export declare function ReviewerDashboard(props: ReviewerDashboardProps): import("react/jsx-runtime").JSX.Element;
export default ReviewerDashboard;
//# sourceMappingURL=ReviewerDashboard.d.ts.map