@aldel/react-firebase-login
    Preparing search index...

    Type Alias PhoneInputComponentProps

    A custom input component for the phone login method should implement these props. It should display the input control(s) AND any instructions that are needed (e.g. "Enter your phone number with country code").

    type PhoneInputComponentProps = {
        disabled: boolean;
        onChange: (value: string) => void;
        value: string;
    }
    Index

    Properties

    disabled: boolean
    onChange: (value: string) => void
    value: string