feat: init
This commit is contained in:
24
node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue.d.ts
generated
vendored
Normal file
24
node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue.d.ts
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
type __VLS_Slots = {
|
||||
error(props: {
|
||||
error: Error;
|
||||
clearError: () => void;
|
||||
}): any;
|
||||
default(): any;
|
||||
};
|
||||
declare function clearError(): void;
|
||||
declare const __VLS_base: import("vue").DefineComponent<{}, {
|
||||
error: import("vue").ShallowRef<Error | null, Error | null>;
|
||||
clearError: typeof clearError;
|
||||
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
||||
error: (error: Error) => any;
|
||||
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
||||
onError?: ((error: Error) => any) | undefined;
|
||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
||||
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
||||
declare const _default: typeof __VLS_export;
|
||||
export default _default;
|
||||
type __VLS_WithSlots<T, S> = T & {
|
||||
new (): {
|
||||
$slots: S;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user