PhoneConfirmation: {
    ButtonFilled: (props: Props) => Element;
    ButtonOutline: (props: Props) => Element;
    Container: (props: Props) => Element;
    ExcludeAccount: () => Element;
    InputText: ForwardRefExoticComponent<
        InputTextProps & RefAttributes<TextInput>,
    >;
    InputVerificationCode: (props: InputVerificationCodeProps) => Element;
    Layout: (props: Props) => Element;
    LoadingView: (
        props: Props,
    ) => string | number | boolean | Element | Iterable<ReactNode>;
    Logo: (props: Props) => Element;
    PhoneReason: () => Element;
    ReceiveBy: (props: Props) => Element;
    Subtitle: (props: Props) => Element;
    Title: (props: Props) => Element;
} = ...

Type declaration

  • ButtonFilled: (props: Props) => Element
  • ButtonOutline: (props: Props) => Element
  • Container: (props: Props) => Element
  • ExcludeAccount: () => Element
  • InputText: ForwardRefExoticComponent<InputTextProps & RefAttributes<TextInput>>
  • InputVerificationCode: (props: InputVerificationCodeProps) => Element
  • Layout: (props: Props) => Element
  • LoadingView: (props: Props) => string | number | boolean | Element | Iterable<ReactNode>
  • Logo: (props: Props) => Element
  • PhoneReason: () => Element
  • ReceiveBy: (props: Props) => Element
  • Subtitle: (props: Props) => Element
  • Title: (props: Props) => Element