UNPKG

rsuite

Version:

A suite of react components

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