@@ -55,6 +55,8 @@ declare module '@vue/runtime-core' {
55
55
ColoredCard : typeof import ( './src/components/ColoredCard.vue' ) [ 'default' ]
56
56
CommandPalette : typeof import ( './src/modules/command-palette/command-palette.vue' ) [ 'default' ]
57
57
CommandPaletteOption : typeof import ( './src/modules/command-palette/components/command-palette-option.vue' ) [ 'default' ]
58
+ CommonRegex : typeof import ( './src/tools/common-regex-memo/common-regex.md' ) [ 'default' ]
59
+ CommonRegexMemo : typeof import ( './src/tools/common-regex-memo/common-regex-memo.vue' ) [ 'default' ]
58
60
CrontabGenerator : typeof import ( './src/tools/crontab-generator/crontab-generator.vue' ) [ 'default' ]
59
61
CSelect : typeof import ( './src/ui/c-select/c-select.vue' ) [ 'default' ]
60
62
'CSelect.demo' : typeof import ( './src/ui/c-select/c-select.demo.vue' ) [ 'default' ]
@@ -132,6 +134,7 @@ declare module '@vue/runtime-core' {
132
134
NConfigProvider : typeof import ( 'naive-ui' ) [ 'NConfigProvider' ]
133
135
NDivider : typeof import ( 'naive-ui' ) [ 'NDivider' ]
134
136
NEllipsis : typeof import ( 'naive-ui' ) [ 'NEllipsis' ]
137
+ NForm : typeof import ( 'naive-ui' ) [ 'NForm' ]
135
138
NFormItem : typeof import ( 'naive-ui' ) [ 'NFormItem' ]
136
139
NGi : typeof import ( 'naive-ui' ) [ 'NGi' ]
137
140
NGrid : typeof import ( 'naive-ui' ) [ 'NGrid' ]
@@ -144,7 +147,9 @@ declare module '@vue/runtime-core' {
144
147
NLayoutSider : typeof import ( 'naive-ui' ) [ 'NLayoutSider' ]
145
148
NMenu : typeof import ( 'naive-ui' ) [ 'NMenu' ]
146
149
NScrollbar : typeof import ( 'naive-ui' ) [ 'NScrollbar' ]
150
+ NSlider : typeof import ( 'naive-ui' ) [ 'NSlider' ]
147
151
NSpin : typeof import ( 'naive-ui' ) [ 'NSpin' ]
152
+ NSwitch : typeof import ( 'naive-ui' ) [ 'NSwitch' ]
148
153
NumeronymGenerator : typeof import ( './src/tools/numeronym-generator/numeronym-generator.vue' ) [ 'default' ]
149
154
OtpCodeGeneratorAndValidator : typeof import ( './src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue' ) [ 'default' ]
150
155
PasswordStrengthAnalyser : typeof import ( './src/tools/password-strength-analyser/password-strength-analyser.vue' ) [ 'default' ]
0 commit comments