UNPKG

tdesign-mobile-vue

Version:
37 lines (36 loc) 1.2 kB
import { PropType } from 'vue'; declare const _default: { content: { type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>; }; default: { type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>; }; destroyOnCollapse: BooleanConstructor; disabled: { type: BooleanConstructor; default: any; }; expandIcon: { type: PropType<boolean | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>; default: any; }; header: { type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>; }; headerLeftIcon: { type: PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>; }; headerRightContent: { type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>; }; placement: { type: PropType<"bottom" | "top">; default: "bottom" | "top"; validator(val: "bottom" | "top"): boolean; }; value: { type: PropType<string | number>; }; }; export default _default;