@bytedance/mona-client-web
Version:
web for mona
9 lines (8 loc) • 429 B
TypeScript
import { ShowToastOptions } from '@bytedance/mona';
import './index.module.less';
import { ToastType } from './util';
export * from './util';
export declare const webHideToast: () => void;
export declare function Toast({ title, icon }: ShowToastOptions): JSX.Element;
export declare function Toastconfirm(config: ShowToastOptions, popType?: ToastType): void;
export declare function webShowToast(config: ShowToastOptions): void;