miniprogram_npm/tdesign-miniprogram/toast/index.d.ts
@@ -14,7 +14,7 @@ placement?: ToastPositionType; preventScrollThrough?: boolean; direction?: ToastDirectionType; close?: <T = any>() => T; close?: () => void; }; declare function Toast(options: ToastOptionsType): void; declare function showToast(options?: ToastOptionsType): void;