ant-design/components/popconfirm
Ignatius Aggrey e32c881cd0
fix: Change type of Popconfirm props: okButtonProps to ButtonProps (#29928)
* Change type of Popconfirm props: okButtonProps to ButtonProps

According to the Popconfirm API docs the type of the type of the props okButtonProps and cancelButtonProps is ButtonProps In the actual code however it is was typed as NativeButtonProps causing type errors when using ButtonProps like 'href'

* fix: Remove unused NativeButtonProps
2021-03-31 09:42:13 +08:00
..
__tests__ perf(📦): upgrade @ant-design/colors and remove rc-trigger from deps (#27761) 2020-11-14 00:43:12 +08:00
demo docs: fix typo in demo (#27781) 2020-11-16 09:27:02 +08:00
style style: add @zindex-popoconfirm (#25693) 2020-07-20 13:39:28 +08:00
index.en-US.md docs: sort api (#27251) 2020-10-21 10:33:43 +08:00
index.tsx fix: Change type of Popconfirm props: okButtonProps to ButtonProps (#29928) 2021-03-31 09:42:13 +08:00
index.zh-CN.md docs: sort api (#27251) 2020-10-21 10:33:43 +08:00