CloudProxyPro/node_modules/nuxt/dist/app/components/nuxt-error-page.vue.d.ts
2025-09-05 14:59:21 +08:00

9 lines
481 B
TypeScript

declare const _default: import("vue").DefineComponent<{}, {
$props: Partial<typeof props>;
error?: Record<string, any> | undefined;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
declare const props: {
readonly error?: Record<string, any> | undefined;
};