UNPKG

react-native-toast-message-zidun

Version:
8 lines (7 loc) 285 B
/// <reference types="react" /> import { ToastProps, ToastShowParams } from './types'; export declare function Toast(props: ToastProps): JSX.Element; export declare namespace Toast { var show: (params: ToastShowParams) => void; var hide: (params?: void | undefined) => void; }