UNPKG

rsuite

Version:

A suite of react components

8 lines (6 loc) 136 B
'use client'; import Textarea from "./Textarea.js"; // export types // export components export { Textarea }; export default Textarea;