UNPKG

rn-custom-alert-prompt

Version:
4 lines (3 loc) 229 B
import { PromptData } from '../types/alertTypes'; export declare function prompt(params: PromptData): Promise<string | undefined>; export declare function prompt(title: string, description?: string): Promise<string | undefined>;