UNPKG

tdesign-vue-next

Version:
59 lines (58 loc) 1.71 kB
import { TdPopconfirmProps } from './type'; import { PropType } from 'vue'; declare const _default: { cancelBtn: { type: PropType<TdPopconfirmProps["cancelBtn"]>; default: TdPopconfirmProps["cancelBtn"]; }; confirmBtn: { type: PropType<TdPopconfirmProps["confirmBtn"]>; default: TdPopconfirmProps["confirmBtn"]; }; content: { type: PropType<TdPopconfirmProps["content"]>; }; default: { type: PropType<TdPopconfirmProps["default"]>; }; destroyOnClose: { type: BooleanConstructor; default: boolean; }; icon: { type: PropType<TdPopconfirmProps["icon"]>; }; placement: { type: PropType<TdPopconfirmProps["placement"]>; default: TdPopconfirmProps["placement"]; validator(val: TdPopconfirmProps["placement"]): boolean; }; popupProps: { type: PropType<TdPopconfirmProps["popupProps"]>; }; showArrow: { type: BooleanConstructor; default: boolean; }; theme: { type: PropType<TdPopconfirmProps["theme"]>; default: TdPopconfirmProps["theme"]; validator(val: TdPopconfirmProps["theme"]): boolean; }; triggerElement: { type: PropType<TdPopconfirmProps["triggerElement"]>; }; visible: { type: BooleanConstructor; default: any; }; modelValue: { type: BooleanConstructor; default: any; }; defaultVisible: BooleanConstructor; onCancel: PropType<TdPopconfirmProps["onCancel"]>; onConfirm: PropType<TdPopconfirmProps["onConfirm"]>; onVisibleChange: PropType<TdPopconfirmProps["onVisibleChange"]>; }; export default _default;