UNPKG

@heymarco/next-auth

Version:

A complete authentication solution for web applications.

8 lines (7 loc) 364 B
import { default as React } from 'react'; import { InputProps } from '@reusable-ui/components'; export interface FieldUsernameOrEmailProps { isActiveSection: boolean; usernameOrEmailInputComponent?: React.ReactComponentElement<any, InputProps<Element>>; } export declare const FieldUsernameOrEmail: (props: FieldUsernameOrEmailProps) => React.JSX.Element;