UNPKG

tdesign-mobile-vue

Version:
52 lines (51 loc) 1.63 kB
import { PropType } from 'vue'; declare const _default: { attach: { type: PropType<import("@/common").AttachNode>; default: import("@/common").AttachNode; }; content: { type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>; }; default: { type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>; }; delay: { type: NumberConstructor; default: number; }; duration: { type: NumberConstructor; default: number; }; fullscreen: BooleanConstructor; indicator: { type: PropType<boolean | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>; default: boolean | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue); }; inheritColor: BooleanConstructor; layout: { type: PropType<"horizontal" | "vertical">; default: "horizontal" | "vertical"; validator(val: "horizontal" | "vertical"): boolean; }; loading: { type: BooleanConstructor; default: boolean; }; pause: BooleanConstructor; reverse: BooleanConstructor; size: { type: StringConstructor; default: string; }; text: { type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>; }; theme: { type: PropType<"circular" | "dots" | "spinner">; default: "circular" | "dots" | "spinner"; validator(val: "circular" | "dots" | "spinner"): boolean; }; }; export default _default;