Skip to content

Commit

Permalink
fix: restore type
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley-0808 committed Nov 15, 2024
1 parent 249e6d7 commit 5123f4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/drawer/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export interface TdDrawerProps {
closeOnEscKeydown?: boolean;
/**
* 点击蒙层时是否触发抽屉关闭事件
* @default true
*/
closeOnOverlayClick?: boolean;
/**
Expand Down Expand Up @@ -95,7 +94,7 @@ export interface TdDrawerProps {
* 抽屉大小可拖拽调整,横向抽屉调整宽度
* @default false
*/
sizeDraggable?: boolean | SizeDragLimit;
sizeDraggable?: boolean;
/**
* 组件是否可见
* @default false
Expand Down

0 comments on commit 5123f4c

Please sign in to comment.