UNPKG

rsuite

Version:

A suite of react components

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