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