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;