UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

16 lines (15 loc) 857 B
import React from 'react'; import type { IWrapProps } from './types'; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("../../primitives/Box").InterfaceBoxProps<import("../../primitives/Flex").IFlexProps> & { direction?: import("csstype").Property.FlexDirection | undefined; align?: import("csstype").Property.AlignItems | undefined; justify?: import("csstype").Property.JustifyContent | undefined; wrap?: import("csstype").Property.FlexWrap | undefined; basis?: import("csstype").Property.FlexBasis<0 | (string & {})> | undefined; grow?: import("csstype").Property.FlexGrow | undefined; shrink?: import("csstype").Property.FlexShrink | undefined; } & Partial<{}> & { space?: number | undefined; } & React.RefAttributes<unknown>>>; export default _default; export type { IWrapProps };