feat: init
This commit is contained in:
51
node_modules/nuxt/dist/app/components/error-404.d.vue.ts
generated
vendored
Normal file
51
node_modules/nuxt/dist/app/components/error-404.d.vue.ts
generated
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
declare const _default: typeof __VLS_export;
|
||||
export default _default;
|
||||
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
||||
appName: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
status: {
|
||||
type: NumberConstructor;
|
||||
default: number;
|
||||
};
|
||||
statusText: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
description: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
backHome: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
||||
appName: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
status: {
|
||||
type: NumberConstructor;
|
||||
default: number;
|
||||
};
|
||||
statusText: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
description: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
backHome: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
}>> & Readonly<{}>, {
|
||||
appName: string;
|
||||
status: number;
|
||||
statusText: string;
|
||||
description: string;
|
||||
backHome: string;
|
||||
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
||||
Reference in New Issue
Block a user