UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

8 lines (7 loc) 222 B
import AlertIcon from './AlertIcon'; import AlertMain from './Alert'; const AlertTemp = AlertMain; AlertTemp.Icon = AlertIcon; // To add typings const Alert = AlertTemp; export { Alert }; //# sourceMappingURL=index.js.map