TapInput takes: the single-line set, or the textarea set behind
multiline.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The props TapInput takes: the single-line set, or the textarea set behind multiline.
type TapInputProps =
| {
multiline?: false;
} & TapSingleLineInputProps
| {
multiline: true;
} & TapTextareaProps;
TapInput takes: the single-line set, or the textarea set behind
multiline.Was this page helpful?