UNPKG

react-native-alert-notification

Version:
4 lines (3 loc) 199 B
import type { ImageRequireSource } from 'react-native'; import type { IConfigDialog } from '../containers/Dialog'; export declare const getImage: (type: IConfigDialog['type']) => ImageRequireSource;