UNPKG

@kirz/react-native-toolkit

Version:

Toolkit to speed up React Native development

6 lines 219 B
import { Alert } from '../theme'; export declare function useAlert(): { showAlert: (name: Alert, props?: any) => Promise<any>; hideAlert: (name: Alert) => Promise<void>; }; //# sourceMappingURL=useAlert.d.ts.map