Fix type error (#27274)
This commit is contained in:
@@ -6,7 +6,7 @@ import Button from '../button'
|
||||
export type IConfirm = {
|
||||
className?: string
|
||||
isShow: boolean
|
||||
type?: 'info' | 'warning'
|
||||
type?: 'info' | 'warning' | 'danger'
|
||||
title: string
|
||||
content?: React.ReactNode
|
||||
confirmText?: string | null
|
||||
|
||||
Reference in New Issue
Block a user