UNPKG

116 BTypeScriptView Raw
1import React from 'react';
2import { ToastProps } from '../types';
3export declare const Toast: React.FC<ToastProps>;