UNPKG

rsuite

Version:

A suite of react components

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