UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

27 lines (26 loc) 524 B
export declare const Alert: { baseStyle: { alignItems: string; justifyContent: string; p: number; space: number; borderRadius: string; }; variants: { subtle: any; solid: any; 'left-accent': any; 'top-accent': any; outline: any; 'outline-light': any; }; defaultProps: { colorScheme: string; variant: string; }; }; export declare const AlertIcon: { baseStyle: { size: number; }; };