Chiciuc Nicușor
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
components/popconfirm/index.tsx
|
|
@ -11,8 +11,8 @@ import { ConfigConsumer, ConfigConsumerProps } from '../config-provider'; |
|
|
|
export interface PopconfirmProps extends AbstractTooltipProps { |
|
|
|
title: React.ReactNode; |
|
|
|
disabled?: boolean; |
|
|
|
onConfirm?: (e?: React.MouseEvent<HTMLElement>) => void; |
|
|
|
onCancel?: (e?: React.MouseEvent<HTMLElement>) => void; |
|
|
|
onConfirm?: (event: React.MouseEvent<HTMLElement>) => void; |
|
|
|
onCancel?: (event: React.MouseEvent<HTMLElement>) => void; |
|
|
|
okText?: React.ReactNode; |
|
|
|
okType?: ButtonType; |
|
|
|
cancelText?: React.ReactNode; |
|
|
|