• React JSX!IntrinsicElements.input component integrated with !AutoNumeric and permits interaction with a React state.

    Parameters

    • options: {
          autoNumericOptions?: Readonly<CallbackOptions>;
          inputProps?: Readonly<InputProps>;
          valueState?: {
              state: string;
              stateSetter: Dispatch<SetStateAction<string>>;
          };
      }

      Options of the component.

    Returns JSX.Element

    The React component.