export type Step = "login" | "verify" | "forgot"; export interface Props { onBack?: () => void; onSuccess?: () => void; onForgotPassword?:()=>void; item?: any; }