UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

11 lines (10 loc) 466 B
import React from 'react'; import type { ISimpleGridProps } from './types'; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("../../primitives/Box").InterfaceBoxProps<ISimpleGridProps> & { space?: number | undefined; columns?: number | undefined; minChildWidth?: number | undefined; spacingX?: number | undefined; spacingY?: number | undefined; } & React.RefAttributes<unknown>>>; export default _default;