MCPcopy
hub / github.com/Akryum/floating-vue / GlobalComponents

Interface GlobalComponents

docs/components.d.ts:9–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8declare module 'vue' {
9 export interface GlobalComponents {
10 ArrowPadding: typeof import('./.vitepress/components/ArrowPadding.vue')['default']
11 DropdownCloseDirectiveDemo: typeof import('./.vitepress/components/DropdownCloseDirectiveDemo.vue')['default']
12 DropdownMobileDemo: typeof import('./.vitepress/components/DropdownMobileDemo.vue')['default']
13 DropdownPlacement: typeof import('./.vitepress/components/DropdownPlacement.vue')['default']
14 DropdownSimpleExample: typeof import('./.vitepress/components/DropdownSimpleExample.vue')['default']
15 DropdownVClodePopperDemo: typeof import('./.vitepress/components/DropdownVClodePopperDemo.vue')['default']
16 MenuSimpleExample: typeof import('./.vitepress/components/MenuSimpleExample.vue')['default']
17 OffsetExample: typeof import('./.vitepress/components/OffsetExample.vue')['default']
18 RouterLink: typeof import('vue-router')['RouterLink']
19 RouterView: typeof import('vue-router')['RouterView']
20 SponsorButton: typeof import('./.vitepress/components/SponsorButton.vue')['default']
21 SubMenuExample: typeof import('./.vitepress/components/SubMenuExample.vue')['default']
22 ThemeEditorVue: typeof import('./.vitepress/components/ThemeEditorVue.vue')['default']
23 TooltipAsync: typeof import('./.vitepress/components/TooltipAsync.vue')['default']
24 TooltipComponentExample: typeof import('./.vitepress/components/TooltipComponentExample.vue')['default']
25 TooltipHtml: typeof import('./.vitepress/components/TooltipHtml.vue')['default']
26 TooltipPlacement: typeof import('./.vitepress/components/TooltipPlacement.vue')['default']
27 TooltipSimpleExample: typeof import('./.vitepress/components/TooltipSimpleExample.vue')['default']
28 ZoomShowOnlyExample: typeof import('./.vitepress/components/ZoomShowOnlyExample.vue')['default']
29 }
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…