UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

12 lines 652 B
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