UNPKG

rsuite

Version:

A suite of react components

10 lines (8 loc) 208 B
'use client'; import Stack from "./Stack.js"; import HStack from "./HStack.js"; import VStack from "./VStack.js"; // export types // export components export { Stack, HStack, VStack }; export default Stack;