tdesign-mobile-vue
Version:
tdesign-mobile-vue
67 lines (66 loc) • 2.46 kB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
container: {
type: import("vue").PropType<() => HTMLElement>;
};
fixed: {
type: BooleanConstructor;
default: boolean;
};
icon: {
type: import("vue").PropType<boolean | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
default: boolean;
};
target: {
type: import("vue").PropType<() => HTMLElement>;
};
text: {
type: StringConstructor;
default: string;
};
theme: {
type: import("vue").PropType<"half-round" | "half-round-dark" | "round" | "round-dark">;
default: "half-round" | "half-round-dark" | "round" | "round-dark";
validator(val: "half-round" | "half-round-dark" | "round" | "round-dark"): boolean;
};
visibilityHeight: {
type: NumberConstructor;
default: number;
};
onToTop: import("vue").PropType<() => void>;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
container: {
type: import("vue").PropType<() => HTMLElement>;
};
fixed: {
type: BooleanConstructor;
default: boolean;
};
icon: {
type: import("vue").PropType<boolean | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
default: boolean;
};
target: {
type: import("vue").PropType<() => HTMLElement>;
};
text: {
type: StringConstructor;
default: string;
};
theme: {
type: import("vue").PropType<"half-round" | "half-round-dark" | "round" | "round-dark">;
default: "half-round" | "half-round-dark" | "round" | "round-dark";
validator(val: "half-round" | "half-round-dark" | "round" | "round-dark"): boolean;
};
visibilityHeight: {
type: NumberConstructor;
default: number;
};
onToTop: import("vue").PropType<() => void>;
}>> & Readonly<{}>, {
fixed: boolean;
icon: boolean | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue);
text: string;
theme: "half-round" | "half-round-dark" | "round" | "round-dark";
visibilityHeight: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;