|
|
|
@ -0,0 +1,10 @@ |
|
|
|
|
|
|
|
declare module 'vue-material-design-icons/VideoOff.vue'; |
|
|
|
declare module 'vue-material-design-icons/MenuDown.vue'; |
|
|
|
|
|
|
|
declare module '@nextcloud/vue/dist/Directives/Tooltip'; |
|
|
|
declare module '@nextcloud/vue/dist/Components/Button'; |
|
|
|
declare module '@nextcloud/vue/dist/Components/Actions'; |
|
|
|
declare module '@nextcloud/vue/dist/Components/ActionButton'; |
|
|
|
|
|
|
|
declare function t(app: string, string: string, vars?: { [key: string]: string }, count?: number, options?: EscapeOptions): string; |