riku
2024-11-07 5036880fc037e5d112206b93a729f60be12bf8ab
miniprogram_npm/tdesign-miniprogram/popup/type.d.ts
@@ -1,4 +1,4 @@
import { TdTransitionProps } from '../transition/index';
import { TdOverlayProps as OverlayProps } from '../overlay/index';
export interface TdPopupProps {
    closeBtn?: {
        type: BooleanConstructor;
@@ -12,10 +12,6 @@
        type: StringConstructor;
        value?: string;
    };
    style?: {
        type: StringConstructor;
        value?: string;
    };
    duration?: {
        type: NumberConstructor;
        value?: number;
@@ -26,7 +22,7 @@
    };
    overlayProps?: {
        type: ObjectConstructor;
        value?: object;
        value?: OverlayProps;
    };
    placement?: {
        type: StringConstructor;
@@ -40,9 +36,9 @@
        type: BooleanConstructor;
        value?: boolean;
    };
    transitionProps?: {
        type: ObjectConstructor;
        value?: TdTransitionProps;
    usingCustomNavbar?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    visible?: {
        type: BooleanConstructor;