UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

9 lines (8 loc) 267 B
import type { InterfaceBoxProps } from '../../primitives/Box/types'; export declare type ISimpleGridProps = InterfaceBoxProps<ISimpleGridProps> & { space?: number; columns?: number; minChildWidth?: number; spacingX?: number; spacingY?: number; };