UNPKG

tdesign-react

Version:
9 lines (8 loc) 334 B
import React from 'react'; import type { PopconfirmProps } from './Popconfirm'; import type { PopconfirmVisibleChangeContext } from './type'; interface PopcontentProps { onClose?: (context: PopconfirmVisibleChangeContext) => any; } declare const Popcontent: React.FC<PopcontentProps & PopconfirmProps>; export default Popcontent;