UNPKG

rsuite

Version:

A suite of react components

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