Leo Vasanko
f52d58d645
- Added Droppy SVG icons - Implemented Droppy-style Breadcrumb component - Implemented a Dialog component - Attempted transition effects on file explorer (not yet functional) - Changed FileExplorer to take list of documents and current path via props. - Various other cleanup etc.
22 lines
996 B
TypeScript
22 lines
996 B
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
AppNavigation: typeof import('./src/components/AppNavigation.vue')['default']
|
|
FileExplorer: typeof import('./src/components/FileExplorer.vue')['default']
|
|
FileRenameInput: typeof import('./src/components/FileRenameInput.vue')['default']
|
|
FileViewer: typeof import('./src/components/FileViewer.vue')['default']
|
|
HeaderMain: typeof import('./src/components/HeaderMain.vue')['default']
|
|
LoginModal: typeof import('./src/components/LoginModal.vue')['default']
|
|
NotificationLoading: typeof import('./src/components/NotificationLoading.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
UploadButton: typeof import('./src/components/UploadButton.vue')['default']
|
|
}
|
|
}
|