UNPKG

@mobily/stacks

Version:

⚡ A set of useful components to help you build and maintain React Native (Web too) layouts with ease.

11 lines (9 loc) 194 B
// @flow import type * as React from "react"; export type Props = { +above?: string, +below?: string, +children: React.Node, ... }; declare export var make: React.ComponentType<Props>;