UNPKG

artwork-react-native

Version:

artwork design master for react-native

11 lines (10 loc) 239 B
import { IToastStyle } from "./style"; export interface ToastProps { content: string; duration?: number; onClose?: () => void; mask?: boolean; type?: string; onAnimationEnd?: () => void; styles?: IToastStyle; }