feat: init
This commit is contained in:
26
node_modules/nuxt/dist/app/components/nuxt-route-announcer.d.ts
generated
vendored
Normal file
26
node_modules/nuxt/dist/app/components/nuxt-route-announcer.d.ts
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
import type { Politeness } from 'nuxt/app';
|
||||
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
||||
atomic: {
|
||||
type: BooleanConstructor;
|
||||
default: boolean;
|
||||
};
|
||||
politeness: {
|
||||
type: () => Politeness;
|
||||
default: string;
|
||||
};
|
||||
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
||||
[key: string]: any;
|
||||
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
||||
atomic: {
|
||||
type: BooleanConstructor;
|
||||
default: boolean;
|
||||
};
|
||||
politeness: {
|
||||
type: () => Politeness;
|
||||
default: string;
|
||||
};
|
||||
}>> & Readonly<{}>, {
|
||||
politeness: Politeness;
|
||||
atomic: boolean;
|
||||
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user