@mobily/stacks
Version:
⚡ A set of useful components to help you build and maintain React Native (Web too) layouts with ease.
63 lines (61 loc) • 1.66 kB
Flow
// @flow
declare export {
make as Box,
Props as BoxProps,
} from "./Stacks_component_Box.gen";
declare export {
make as Stack,
Props as StackProps,
} from "./Stacks_component_Stack.gen";
declare export {
make as Columns,
Props as ColumnsProps,
} from "./Stacks_component_Columns.gen";
declare export {
make as Column,
Props as ColumnProps,
} from "./Stacks_component_Column.gen";
declare export {
make as Rows,
Props as RowsProps,
} from "./Stacks_component_Rows.gen";
declare export {
make as Row,
Props as RowProps,
} from "./Stacks_component_Row.gen";
declare export {
make as Inline,
Props as InlineProps,
} from "./Stacks_component_Inline.gen";
declare export {
make as Tiles,
Props as TilesProps,
} from "./Stacks_component_Tiles.gen";
declare export { make as FillView } from "./Stacks_component_FillView.gen";
declare export {
make as Hidden,
Props as HiddenProps,
} from "./Stacks_component_Hidden.gen";
declare export {
make as Bleed,
Props as BleedProps,
} from "./Stacks_component_Bleed.gen";
declare export {
make as Inset,
Props as InsetProps,
} from "./Stacks_component_Inset.gen";
declare export { make as Grid } from "./Stacks_component_Grid.gen";
declare export { make as StacksProvider } from "./Stacks_component_Provider.gen";
declare export * from "./Stacks_hooks.gen";
declare 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";
declare export { unset, markAsColumn, markAsRow } from "./Stacks_utils.gen";