Repository URL to install this package:
|
Version:
0.7.4+sf.2 ▾
|
/// <reference types="react" />
export interface AccountModalProps {
open: boolean;
onClose: () => void;
}
export declare function AccountModal({ onClose, open }: AccountModalProps): JSX.Element | null;