UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

8 lines (7 loc) 362 B
import React from 'react'; import type { IContainerProps } from './types'; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("../../primitives/Box").InterfaceBoxProps<IContainerProps> & { centerContent?: boolean | undefined; } & React.RefAttributes<unknown>>>; export default _default; export type { IContainerProps };