UNPKG

@jbrowse/plugin-authentication

Version:

JBrowse 2 Authentication

5 lines (4 loc) 199 B
export declare function HTTPBasicLoginForm({ internetAccountId, handleClose, }: { internetAccountId: string; handleClose: (arg?: string) => void; }): import("react/jsx-runtime").JSX.Element;