UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

5 lines (4 loc) 171 B
export type { IAlertProps, IAlertContext } from './types'; import type { IAlertComponentType } from './types'; declare const Alert: IAlertComponentType; export { Alert };