riku
10 小时以前 8e3f3890e93d097df4be744648b9ac404d20a558
miniprogram_npm/tdesign-miniprogram/button/type.d.ts
@@ -1,5 +1,9 @@
import { LoadingProps } from '../loading/index';
export interface TdButtonProps {
    activityType?: {
        type: NumberConstructor;
        value?: number;
    };
    appParameter?: {
        type: StringConstructor;
        value?: string;
@@ -19,6 +23,10 @@
    disabled?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    entrancePath?: {
        type: StringConstructor;
        value?: string;
    };
    ghost?: {
        type: BooleanConstructor;
@@ -56,9 +64,13 @@
        type: ObjectConstructor;
        value?: LoadingProps;
    };
    needShowEntrance?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    openType?: {
        type: StringConstructor;
        value?: 'contact' | 'share' | 'getPhoneNumber' | 'getUserInfo' | 'launchApp' | 'openSetting' | 'feedback' | 'chooseAvatar' | 'agreePrivacyAuthorization';
        value?: 'contact' | 'liveActivity' | 'share' | 'getPhoneNumber' | 'getRealtimePhoneNumber' | 'getUserInfo' | 'launchApp' | 'openSetting' | 'feedback' | 'chooseAvatar' | 'agreePrivacyAuthorization' | 'phoneOneClickLogin';
    };
    phoneNumberNoQuotaToast?: {
        type: BooleanConstructor;