forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
8
VApp/node_modules/vuetify/lib/components/VNoSsr/index.d.mts
generated
vendored
Normal file
8
VApp/node_modules/vuetify/lib/components/VNoSsr/index.d.mts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as vue from 'vue';
|
||||
|
||||
declare const VNoSsr: vue.DefineComponent<{}, () => false | vue.VNode<vue.RendererNode, vue.RendererElement, {
|
||||
[key: string]: any;
|
||||
}>[] | undefined, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string>;
|
||||
type VNoSsr = InstanceType<typeof VNoSsr>;
|
||||
|
||||
export { VNoSsr };
|
||||
Reference in New Issue
Block a user