synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
12 lines • 589 B
TypeScript
import { UploadDestination } from '@sage-bionetworks/synapse-client';
import { Dispatch, SetStateAction } from 'react';
type ExternalObjectStoreCredentialsFormProps = {
uploadDestination?: UploadDestination;
accessKey: string;
setAccessKey: Dispatch<SetStateAction<string>>;
secretKey: string;
setSecretKey: Dispatch<SetStateAction<string>>;
};
export declare function ExternalObjectStoreCredentialsForm(props: ExternalObjectStoreCredentialsFormProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ExternalObjectStoreCredentialsForm.d.ts.map