-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
Current index.d.ts:
export interface ReactConfirmAlertProps {
targetId?: string
title?: string
message?: string
buttons?: Array<{
label: string
className?: string
} & ButtonHTMLAttributes>
childrenElement?: () => React.ReactNode
customUI?: (customUiOptions: {
title: string
message: string
onClose: () => void
}) => React.ReactNode
closeOnClickOutside?: boolean
closeOnEscape?: boolean
keyCodeForClose?: Array
willUnmount?: () => void
onClickOutside?: () => void
onKeypressEscape?: () => void
onkeyPress?: () => void
overlayClassName?: string
}
Is missing afterClose type declaration.
Metadata
Metadata
Assignees
Labels
No labels