@mobily/stacks
Version:
⚡ A set of useful components to help you build and maintain React Native (Web too) layouts with ease.
31 lines (27 loc) • 1.44 kB
text/typescript
export { make as Box, Props as BoxProps } from './Stacks_component_Box.gen'
export { make as Stack, Props as StackProps } from './Stacks_component_Stack.gen'
export { make as Columns, Props as ColumnsProps } from './Stacks_component_Columns.gen'
export { make as Column, Props as ColumnProps } from './Stacks_component_Column.gen'
export { make as Rows, Props as RowsProps } from './Stacks_component_Rows.gen'
export { make as Row, Props as RowProps } from './Stacks_component_Row.gen'
export { make as Inline, Props as InlineProps } from './Stacks_component_Inline.gen'
export { make as Tiles, Props as TilesProps } from './Stacks_component_Tiles.gen'
export { make as FillView } from './Stacks_component_FillView.gen'
export { make as Hidden, Props as HiddenProps } from './Stacks_component_Hidden.gen'
export { make as Bleed, Props as BleedProps } from './Stacks_component_Bleed.gen'
export { make as Inset, Props as InsetProps } from './Stacks_component_Inset.gen'
export { make as Grid } from './Stacks_component_Grid.gen'
export { make as StacksProvider } from './Stacks_component_Provider.gen'
export * from './Stacks_hooks.gen'
export {
flex as Flex,
axisX as AxisX,
axisY as AxisY,
space as Space,
stretch as Stretch,
direction as Direction,
wrap as Wrap,
breakpoint as Breakpoint,
responsiveProp as ResponsiveProp,
} from './Stacks_types.gen'
export { unset, markAsColumn, markAsRow } from './Stacks_utils.gen'