aboutsummaryrefslogtreecommitdiff
path: root/components.d.ts
diff options
context:
space:
mode:
authorGravatar Corentin THOMASSET <corentin.thomasset74@gmail.com> 2023-06-19 00:21:36 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2023-06-19 00:35:50 +0200
commitbcb98b359c1a7fa39ee2bd72776dbb0434de150e (patch)
treeb17f8970d34fd7cdb5393a3703fb5dcc8d7b375c /components.d.ts
parent732da08157a1bec9e203d40bba06cc67e28f29b4 (diff)
downloadit-tools-bcb98b359c1a7fa39ee2bd72776dbb0434de150e.tar.gz
it-tools-bcb98b359c1a7fa39ee2bd72776dbb0434de150e.tar.zst
it-tools-bcb98b359c1a7fa39ee2bd72776dbb0434de150e.zip
refactor(search): command palette design (#463)
Diffstat (limited to 'components.d.ts')
-rw-r--r--components.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/components.d.ts b/components.d.ts
index 12d9ad4..cd3160f 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -33,9 +33,13 @@ declare module '@vue/runtime-core' {
'CInputText.demo': typeof import('./src/ui/c-input-text/c-input-text.demo.vue')['default']
CLink: typeof import('./src/ui/c-link/c-link.vue')['default']
'CLink.demo': typeof import('./src/ui/c-link/c-link.demo.vue')['default']
+ CModal: typeof import('./src/ui/c-modal/c-modal.vue')['default']
+ 'CModal.demo': typeof import('./src/ui/c-modal/c-modal.demo.vue')['default']
CollapsibleToolMenu: typeof import('./src/components/CollapsibleToolMenu.vue')['default']
ColorConverter: typeof import('./src/tools/color-converter/color-converter.vue')['default']
ColoredCard: typeof import('./src/components/ColoredCard.vue')['default']
+ CommandPalette: typeof import('./src/modules/command-palette/command-palette.vue')['default']
+ CommandPaletteOption: typeof import('./src/modules/command-palette/components/command-palette-option.vue')['default']
CrontabGenerator: typeof import('./src/tools/crontab-generator/crontab-generator.vue')['default']
DateTimeConverter: typeof import('./src/tools/date-time-converter/date-time-converter.vue')['default']
DemoWrapper: typeof import('./src/ui/demo/demo-wrapper.vue')['default']