Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
24
Frontend-Learner/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue.d.ts
generated
vendored
Normal file
24
Frontend-Learner/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;
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue