Riku
2024-08-13 cf693a5227f17bbf2201512128d267281a8c5695
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;