Skip to content

Commit

Permalink
chore: revert common change
Browse files Browse the repository at this point in the history
  • Loading branch information
PengYYYYY committed Aug 9, 2022
1 parent f232d7e commit b600a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drawer/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface TdDrawerProps {
/**
* 关闭按钮,可以自定义。值为 true 显示默认关闭按钮,值为 false 不显示关闭按钮。值类型为 string 则直接显示值,如:“关闭”。值类型为 TNode,则表示呈现自定义按钮示例
*/
closeBtn?: string | boolean | TNode | null;
closeBtn?: string | boolean | TNode;
/**
* 按下 ESC 时是否触发抽屉关闭事件
*/
Expand Down

0 comments on commit b600a81

Please sign in to comment.