UNPKG

@mobily/stacks

Version:

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

8 lines (7 loc) 218 B
import * as React from 'react'; export declare type Props = { readonly above?: string; readonly below?: string; readonly children: React.ReactNode; }; export declare const make: React.ComponentType<Props>;