interface EmailValidationFormOwnProps {
    email: string;
    libraryInfo: {};
    store: Store<State>;
    uuid: string;
}

Hierarchy (View Summary)

Properties

email: string
libraryInfo: {}
store: Store<State>
uuid: string