UNPKG

native-layout-stack

Version:
7 lines (6 loc) 197 B
/// <reference types="react" /> import { ViewProps } from 'react-native'; interface Props extends ViewProps { } export declare const Spacer: ({ style, ...props }: Props) => JSX.Element; export {};