UNPKG

rsuite

Version:

A suite of react components

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