UNPKG

@viktorvojtek/react-native-simple-components

Version:

Collection of essential UI components based on react-native components

5 lines (4 loc) 170 B
export { default } from './Stack'; export { default as StackY } from './StackY'; export { default as StackX } from './StackX'; export type { StackProps } from './Stack';