synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
7 lines • 311 B
TypeScript
export type DownloadLoginModalProps = {
showModal?: boolean;
onHide: () => void;
};
export declare const CONFIRM_BUTTON_TEXT = "Sign in";
export declare function DownloadLoginModal(props: DownloadLoginModalProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=DownloadLoginModal.d.ts.map