Function: experimental\_RichInput()

October 5, 2025 ยท View on GitHub

API


Function: experimental_RichInput()

experimental_RichInput(props): ReactNode

Defined in: src/input.tsx:139

Input component with some extra props. See RichInputProps and RichInputHandle.

NOTE: This component is experimental one so it may have some bugs.

Parameters

props

Omit<RichInputProps, "ref"> & RefAttributes<RichInputHandle>

Returns

ReactNode

Contents

  1. 1Parameters
  2. 1.1props
  3. 2Returns