UNPKG

9s-fe-core

Version:

Core functionalities for authentication, configuration, and repository management.

7 lines (6 loc) 255 B
import { LoginResponse } from './types'; interface LoginViewProps { onLoginSuccess?: (loginResponse: LoginResponse) => void; } export declare const LoginView: ({ onLoginSuccess }: LoginViewProps) => import("react/jsx-runtime").JSX.Element; export {};