@@ -7,38 +7,55 @@ export {}
7
7
/* prettier-ignore */
8
8
declare module 'vue' {
9
9
export interface GlobalComponents {
10
+ AtAnchor : typeof import ( './src/components/custom-elements/AtAnchor.vue' ) [ 'default' ]
10
11
'AtAnchor.ce' : typeof import ( './src/components/custom-elements/AtAnchor.ce.vue' ) [ 'default' ]
12
+ AtImg : typeof import ( './src/components/custom-elements/AtImg.vue' ) [ 'default' ]
11
13
'AtImg.ce' : typeof import ( './src/components/custom-elements/AtImg.ce.vue' ) [ 'default' ]
14
+ AtLink : typeof import ( './src/components/custom-elements/AtLink.vue' ) [ 'default' ]
12
15
'AtLink.ce' : typeof import ( './src/components/custom-elements/AtLink.ce.vue' ) [ 'default' ]
16
+ AtStyle : typeof import ( './src/components/custom-elements/AtStyle.vue' ) [ 'default' ]
13
17
'AtStyle.ce' : typeof import ( './src/components/custom-elements/AtStyle.ce.vue' ) [ 'default' ]
18
+ AtWebStylesheet : typeof import ( './src/components/custom-elements/AtWebStylesheet.vue' ) [ 'default' ]
14
19
'AtWebStylesheet.ce' : typeof import ( './src/components/custom-elements/AtWebStylesheet.ce.vue' ) [ 'default' ]
20
+ AtWebTitle : typeof import ( './src/components/custom-elements/AtWebTitle.vue' ) [ 'default' ]
15
21
'AtWebTitle.ce' : typeof import ( './src/components/custom-elements/AtWebTitle.ce.vue' ) [ 'default' ]
22
+ BlueskyPost : typeof import ( './src/components/custom-elements/BlueskyPost.vue' ) [ 'default' ]
16
23
'BlueskyPost.ce' : typeof import ( './src/components/custom-elements/BlueskyPost.ce.vue' ) [ 'default' ]
17
24
BlueskyPostce : typeof import ( './src/components/custom-elements/BlueskyPostce.vue' ) [ 'default' ]
18
25
'BlueskyPostEmbed.ce' : typeof import ( './src/components/custom-elements/BlueskyPostEmbed.ce.vue' ) [ 'default' ]
26
+ BlueskyProfileCard : typeof import ( './src/components/custom-elements/BlueskyProfileCard.vue' ) [ 'default' ]
19
27
'BlueskyProfileCard.ce' : typeof import ( './src/components/custom-elements/BlueskyProfileCard.ce.vue' ) [ 'default' ]
28
+ BlueskyProfileFeed : typeof import ( './src/components/custom-elements/BlueskyProfileFeed.vue' ) [ 'default' ]
20
29
'BlueskyProfileFeed.ce' : typeof import ( './src/components/custom-elements/BlueskyProfileFeed.ce.vue' ) [ 'default' ]
21
30
copy : typeof import ( './src/components/custom-elements/BlueskyPostEmbed.ce copy.vue' ) [ 'default' ]
31
+ EightyEightThirtyOneBadge : typeof import ( './src/components/custom-elements/EightyEightThirtyOneBadge.vue' ) [ 'default' ]
22
32
'EightyEightThirtyOneBadge.ce' : typeof import ( './src/components/custom-elements/EightyEightThirtyOneBadge.ce.vue' ) [ 'default' ]
33
+ LesbiBadge : typeof import ( './src/components/custom-elements/LesbiBadge.vue' ) [ 'default' ]
23
34
'LesbiBadge.ce' : typeof import ( './src/components/custom-elements/LesbiBadge.ce.vue' ) [ 'default' ]
24
35
MarkdownRenderer : typeof import ( './src/components/MarkdownRenderer.vue' ) [ 'default' ]
25
36
MonacoEditor : typeof import ( './src/components/MonacoEditor.vue' ) [ 'default' ]
37
+ NewBlink : typeof import ( './src/components/custom-elements/NewBlink.vue' ) [ 'default' ]
26
38
'NewBlink.ce' : typeof import ( './src/components/custom-elements/NewBlink.ce.vue' ) [ 'default' ]
39
+ OmitVanillaCss : typeof import ( './src/components/custom-elements/OmitVanillaCss.vue' ) [ 'default' ]
27
40
'OmitVanillaCss.ce' : typeof import ( './src/components/custom-elements/OmitVanillaCss.ce.vue' ) [ 'default' ]
41
+ OnekoKitty : typeof import ( './src/components/custom-elements/OnekoKitty.vue' ) [ 'default' ]
28
42
'OnekoKitty.ce' : typeof import ( './src/components/custom-elements/OnekoKitty.ce.vue' ) [ 'default' ]
29
43
PModal : typeof import ( './src/components/PModal.vue' ) [ 'default' ]
44
+ RingLink : typeof import ( './src/components/custom-elements/RingLink.vue' ) [ 'default' ]
30
45
'RingLink.ce' : typeof import ( './src/components/custom-elements/RingLink.ce.vue' ) [ 'default' ]
31
46
RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
32
47
RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
33
48
SignInGate : typeof import ( './src/components/SignInGate.vue' ) [ 'default' ]
34
49
SpotifyPlayer : typeof import ( './src/components/custom-elements/SpotifyPlayer.vue' ) [ 'default' ]
35
50
UsePico : typeof import ( './src/components/UsePico.vue' ) [ 'default' ]
51
+ UserbarBadge : typeof import ( './src/components/custom-elements/UserbarBadge.vue' ) [ 'default' ]
36
52
'UserbarBadge.ce' : typeof import ( './src/components/custom-elements/UserbarBadge.ce.vue' ) [ 'default' ]
37
53
VaButton : typeof import ( 'vuestic-ui' ) [ 'VaButton' ]
38
54
VaForm : typeof import ( 'vuestic-ui' ) [ 'VaForm' ]
39
55
VaInput : typeof import ( 'vuestic-ui' ) [ 'VaInput' ]
40
56
VaModal : typeof import ( 'vuestic-ui' ) [ 'VaModal' ]
41
57
VaSelect : typeof import ( 'vuestic-ui' ) [ 'VaSelect' ]
58
+ WebampPlayer : typeof import ( './src/components/custom-elements/WebampPlayer.vue' ) [ 'default' ]
42
59
'WebampPlayer.ce' : typeof import ( './src/components/custom-elements/WebampPlayer.ce.vue' ) [ 'default' ]
43
60
}
44
61
}
0 commit comments