UNPKG

tdesign-mobile-vue

Version:
13 lines (12 loc) 448 B
import { PropType } from 'vue'; declare const _default: { confirmBtn: { type: PropType<string | import("@/button").TdButtonProps | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>; default: string; }; title: { type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>; }; onVisibleChange: PropType<(v: boolean) => void>; }; export default _default;