Skip to content

Commit

Permalink
fix(Dialog): 更新closeIcon类型
Browse files Browse the repository at this point in the history
  • Loading branch information
irisSong committed Jan 18, 2024
1 parent 25c6a84 commit 531ee8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/dialog/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface BasicDialogProps extends BasicComponent {
closeOnOverlayClick?: boolean
footerDirection?: string
lockScroll?: boolean
closeIconPosition?: string
closeIconPosition?: 'top-right' | 'top-left'
closeIcon?: boolean | ReactNode
beforeClose?: () => boolean
beforeCancel?: () => boolean
Expand Down

0 comments on commit 531ee8a

Please sign in to comment.