@deephaven/auth-plugins
Version:
Deephaven Auth Plugins
11 lines • 396 B
TypeScript
import React from 'react';
import './Login.scss';
interface LoginProps {
/** What to show in the login input part of the login form. */
children: React.ReactNode;
/** Path to the custom logo, relative to document base */
logoPath?: string;
}
export declare function Login({ children, logoPath, }: LoginProps): JSX.Element;
export default Login;
//# sourceMappingURL=Login.d.ts.map