@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
6 lines (5 loc) • 349 B
JavaScript
import { textareaStyle } from "./textarea.style.js";
import { useAutosize } from "./use-autosize.js";
import { useTextarea } from "./use-textarea.js";
import { Textarea, TextareaPropsContext, useTextareaPropsContext } from "./textarea.js";
export { Textarea, TextareaPropsContext, textareaStyle, useAutosize, useTextarea, useTextareaPropsContext };