riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
miniprogram_npm/tdesign-miniprogram/drawer/type.d.ts
@@ -1,3 +1,4 @@
import { OverlayProps } from '../overlay/index';
export interface TdDrawerProps {
    closeOnOverlayClick?: {
        type: BooleanConstructor;
@@ -11,6 +12,10 @@
        type: ArrayConstructor;
        value?: DrawerItem[];
    };
    overlayProps?: {
        type: ObjectConstructor;
        value?: OverlayProps;
    };
    placement?: {
        type: StringConstructor;
        value?: 'left' | 'right';
@@ -23,6 +28,10 @@
        type: StringConstructor;
        value?: string;
    };
    usingCustomNavbar?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    visible?: {
        type: BooleanConstructor;
        value?: boolean;