Skip to content

Commit

Permalink
feat(Notify): 支持 setDefaultOptions 和 resetDefaultOptions 方法
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhaoyuan committed Jun 15, 2023
1 parent 669e8d6 commit d172359
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vant-weapp-typings/src/notify/notify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,8 @@ export interface VantNotify {
* 关闭提示
*/
clear: () => void;

resetDefaultOptions: () => void;

setDefaultOptions: (options: VantNotifyOptions) => void;
}

0 comments on commit d172359

Please sign in to comment.