Skip to content

Commit

Permalink
fix(toast): type declaration exception (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
betavs authored Jul 16, 2024
1 parent 015b34e commit d38bfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toast/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ export interface TdToastProps {
/**
* 防止滚动穿透
*/
preventScrollThrough: boolean;
preventScrollThrough?: boolean;
}

0 comments on commit d38bfcc

Please sign in to comment.