UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

5 lines (4 loc) 161 B
import type { IAppBarComponentType } from './types'; declare const AppBar: IAppBarComponentType; export { AppBar }; export type { IAppBarProps } from './types';