UNPKG

tdesign-react

Version:
7 lines (6 loc) 294 B
import React from 'react'; import { PopupRef } from '../popup'; import { TdPopconfirmProps } from './type'; export type PopconfirmProps = TdPopconfirmProps; declare const Popconfirm: React.ForwardRefExoticComponent<TdPopconfirmProps & React.RefAttributes<PopupRef>>; export default Popconfirm;