UNPKG

rsuite

Version:

A suite of react components

9 lines (7 loc) 168 B
'use client'; import List from "./List.js"; import ListItem from "./ListItem.js"; // export types // export components export { List, ListItem }; export default List;