riku
2026-01-16 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915
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;