tdesign-mobile-vue
Version:
tdesign-mobile-vue
30 lines (29 loc) • 1.13 kB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
links: {
type: import("vue").PropType<import("@/components").LinkObj[]>;
default: () => import("@/components").LinkObj[];
};
logo: {
type: import("vue").PropType<import("@/components").FooterLogo>;
};
text: {
type: StringConstructor;
default: string;
};
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
links: {
type: import("vue").PropType<import("@/components").LinkObj[]>;
default: () => import("@/components").LinkObj[];
};
logo: {
type: import("vue").PropType<import("@/components").FooterLogo>;
};
text: {
type: StringConstructor;
default: string;
};
}>> & Readonly<{}>, {
links: import("@/components").LinkObj[];
text: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;