UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

10 lines (9 loc) 267 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;