interface LogInFormOwnProps {
    extraFields?: Element[];
    legend?: string;
    store?: Store<State>;
    title?: string;
}

Hierarchy (View Summary)

Properties

extraFields?: Element[]
legend?: string
store?: Store<State>
title?: string