riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
miniprogram_npm/tdesign-miniprogram/toast/type.d.ts
@@ -1,4 +1,4 @@
import { TdOverlayProps as OverlayProps } from '../overlay/index';
import { OverlayProps } from '../overlay/index';
export interface TdToastProps {
    direction?: {
        type: StringConstructor;
@@ -34,7 +34,7 @@
    };
    theme?: {
        type: StringConstructor;
        value?: 'loading' | 'success' | 'error';
        value?: 'loading' | 'success' | 'warning' | 'error';
    };
    usingCustomNavbar?: {
        type: BooleanConstructor;