@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
5 lines • 561 B
TypeScript
import { TextareaStyle, textareaStyle } from "./textarea.style.js";
import { UseAutosizeProps, UseAutosizeReturn, useAutosize } from "./use-autosize.js";
import { UseTextareaProps, UseTextareaReturn, useTextarea } from "./use-textarea.js";
import { Textarea, TextareaProps, TextareaPropsContext, useTextareaPropsContext } from "./textarea.js";
export { Textarea, type TextareaProps, TextareaPropsContext, TextareaStyle, UseAutosizeProps, UseAutosizeReturn, UseTextareaProps, UseTextareaReturn, textareaStyle, useAutosize, useTextarea, useTextareaPropsContext };