interface CheckLoginProps {
    children: ReactNode;
    error: ReactNode;
}

Properties

Properties

children: ReactNode
error: ReactNode