Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/PhoneNumberInput

Index

Functions

  • Renders PhoneNumberInput

    Note: Using type assertions to maintain string-based implementation. While stricter types are being enforced by TypeScript, our implementation successfully works with strings. We use type assertions here since:

    1. The component functions correctly with strings
    2. The existing API contract with consumers uses strings

    Parameters

    Returns ReactElement

Generated using TypeDoc