fix: modal z-index and cleanup (#4978)

This commit is contained in:
Charles Zhou
2024-06-06 09:28:13 -05:00
committed by GitHub
parent 2539e56514
commit 1ccba85c91
9 changed files with 2 additions and 11 deletions

View File

@@ -14,7 +14,6 @@ export type IDrawerProps = {
mask?: boolean
positionCenter?: boolean
isOpen: boolean
// closable: boolean
showClose?: boolean
clickOutsideNotOpen?: boolean
onClose: () => void