-
-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
58 lines (57 loc) · 4.47 KB
/
components.d.ts
File metadata and controls
58 lines (57 loc) · 4.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AdmonitionNode: typeof import('./src/components/AdmonitionNode/AdmonitionNode.vue')['default']
BlockquoteNode: typeof import('./src/components/BlockquoteNode/BlockquoteNode.vue')['default']
Button: typeof import('./src/components/button/Button.vue')['default']
CheckboxNode: typeof import('./src/components/CheckboxNode/CheckboxNode.vue')['default']
CodeBlockNode: typeof import('./src/components/CodeBlockNode/CodeBlockNode.vue')['default']
Counter: typeof import('./src/components/Counter.vue')['default']
D2BlockNode: typeof import('./src/components/D2BlockNode/D2BlockNode.vue')['default']
DefinitionListNode: typeof import('./src/components/DefinitionListNode/DefinitionListNode.vue')['default']
EmojiNode: typeof import('./src/components/EmojiNode/EmojiNode.vue')['default']
EmphasisNode: typeof import('./src/components/EmphasisNode/EmphasisNode.vue')['default']
FallbackComponent: typeof import('./src/components/NodeRenderer/FallbackComponent.vue')['default']
FootnoteAnchorNode: typeof import('./src/components/FootnoteAnchorNode/FootnoteAnchorNode.vue')['default']
FootnoteNode: typeof import('./src/components/FootnoteNode/FootnoteNode.vue')['default']
FootnoteReferenceNode: typeof import('./src/components/FootnoteReferenceNode/FootnoteReferenceNode.vue')['default']
HardBreakNode: typeof import('./src/components/HardBreakNode/HardBreakNode.vue')['default']
HeadingNode: typeof import('./src/components/HeadingNode/HeadingNode.vue')['default']
HighlightNode: typeof import('./src/components/HighlightNode/HighlightNode.vue')['default']
HtmlBlockNode: typeof import('./src/components/HtmlBlockNode/HtmlBlockNode.vue')['default']
HtmlInlineNode: typeof import('./src/components/HtmlInlineNode/HtmlInlineNode.vue')['default']
HtmlPreviewFrame: typeof import('./src/components/CodeBlockNode/HtmlPreviewFrame.vue')['default']
ImageNode: typeof import('./src/components/ImageNode/ImageNode.vue')['default']
InfographicBlockNode: typeof import('./src/components/InfographicBlockNode/InfographicBlockNode.vue')['default']
InlineCodeNode: typeof import('./src/components/InlineCodeNode/InlineCodeNode.vue')['default']
InsertNode: typeof import('./src/components/InsertNode/InsertNode.vue')['default']
LinkNode: typeof import('./src/components/LinkNode/LinkNode.vue')['default']
ListItemNode: typeof import('./src/components/ListItemNode/ListItemNode.vue')['default']
ListNode: typeof import('./src/components/ListNode/ListNode.vue')['default']
MarkdownCodeBlockNode: typeof import('./src/components/MarkdownCodeBlockNode/MarkdownCodeBlockNode.vue')['default']
MathBlockNode: typeof import('./src/components/MathBlockNode/MathBlockNode.vue')['default']
MathInlineNode: typeof import('./src/components/MathInlineNode/MathInlineNode.vue')['default']
MermaidBlockNode: typeof import('./src/components/MermaidBlockNode/MermaidBlockNode.vue')['default']
NodeRenderer: typeof import('./src/components/NodeRenderer/NodeRenderer.vue')['default']
ParagraphNode: typeof import('./src/components/ParagraphNode/ParagraphNode.vue')['default']
PreCodeNode: typeof import('./src/components/PreCodeNode/PreCodeNode.vue')['default']
ReferenceNode: typeof import('./src/components/ReferenceNode/ReferenceNode.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
StrikethroughNode: typeof import('./src/components/StrikethroughNode/StrikethroughNode.vue')['default']
StrongNode: typeof import('./src/components/StrongNode/StrongNode.vue')['default']
SubscriptNode: typeof import('./src/components/SubscriptNode/SubscriptNode.vue')['default']
SuperscriptNode: typeof import('./src/components/SuperscriptNode/SuperscriptNode.vue')['default']
TableNode: typeof import('./src/components/TableNode/TableNode.vue')['default']
TextNode: typeof import('./src/components/TextNode/TextNode.vue')['default']
ThematicBreakNode: typeof import('./src/components/ThematicBreakNode/ThematicBreakNode.vue')['default']
Tooltip: typeof import('./src/components/Tooltip/Tooltip.vue')['default']
VmrContainerNode: typeof import('./src/components/VmrContainerNode/VmrContainerNode.vue')['default']
}
}