UNPKG

antd-mobile

Version:
10 lines (9 loc) 258 B
import './toast.less'; import { clear, show, config } from './methods'; export type { ToastShowProps, ToastHandler } from './methods'; declare const Toast: { show: typeof show; clear: typeof clear; config: typeof config; }; export default Toast;