60 lines
1.5 KiB
TypeScript
60 lines
1.5 KiB
TypeScript
declare const _default: typeof __VLS_export;
|
|
export default _default;
|
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
appName: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
version: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
title: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
readDocs: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
followTwitter: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
starGitHub: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
appName: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
version: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
title: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
readDocs: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
followTwitter: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
starGitHub: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
}>> & Readonly<{}>, {
|
|
appName: string;
|
|
version: string;
|
|
title: string;
|
|
readDocs: string;
|
|
followTwitter: string;
|
|
starGitHub: string;
|
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|