UNPKG

antd-mobile

Version:

<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />

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;