import Auth from './Auth' import { type CustomizationOptions, State } from './types' // PUBLIC API export function LoginForm({ appearance, logo, socialLayout, }: CustomizationOptions): React.JSX.Element { return ( ) }