UNPKG

tdesign-mobile-vue

Version:
39 lines (38 loc) 1.03 kB
import { PropType } from 'vue'; declare const _default: { animation: { type: BooleanConstructor; default: boolean; }; capsule: { type: PropType<(h: typeof import("vue").h) => import("..").SlotReturnValue>; }; fixed: { type: BooleanConstructor; default: boolean; }; left: { type: PropType<(h: typeof import("vue").h) => import("..").SlotReturnValue>; }; leftArrow: BooleanConstructor; right: { type: PropType<(h: typeof import("vue").h) => import("..").SlotReturnValue>; }; safeAreaInsetTop: { type: BooleanConstructor; default: boolean; }; title: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; titleMaxLength: { type: NumberConstructor; }; visible: { type: BooleanConstructor; default: boolean; }; onLeftClick: PropType<() => void>; onRightClick: PropType<() => void>; }; export default _default;