synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
12 lines • 652 B
TypeScript
type ReviewerDashboardProps = {
/** Used to determine the base path for the component. Default is RequestHistory:default */
routerBaseName?: string;
/** If true use a MemoryRouter, which prevents the browser URL from updating. For demo/test purposes only. */
useMemoryRouter?: boolean;
};
/**
* Component that renders User Access Request history table & submission page. Handles routing internally.
*/
export declare function UserAccessRequestHistoryPlace(props: ReviewerDashboardProps): import("react/jsx-runtime").JSX.Element;
export default UserAccessRequestHistoryPlace;
//# sourceMappingURL=UserAccessRequestHistoryPlace.d.ts.map