UNPKG

rsuite

Version:

A suite of react components

8 lines (7 loc) 276 B
import Stack from './Stack'; export type { StackProps } from './Stack'; export type { HStackProps } from './HStack'; export type { VStackProps } from './VStack'; export { default as HStack } from './HStack'; export { default as VStack } from './VStack'; export default Stack;