mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-06-16 20:07:33 +02:00
chore: system
This commit is contained in:
parent
aa928f7094
commit
97c023df91
78 changed files with 15225 additions and 15225 deletions
52
types/keyboard.d.ts
vendored
52
types/keyboard.d.ts
vendored
|
@ -1,27 +1,27 @@
|
|||
import type { Key as WaraduKey, useKeyboard } from '@waradu/keyboard';
|
||||
|
||||
declare module '#app' {
|
||||
interface NuxtApp {
|
||||
$keyboard: {
|
||||
listen: ReturnType<typeof useKeyboard>['listen'];
|
||||
init: ReturnType<typeof useKeyboard>['init'];
|
||||
Key: typeof WaraduKey;
|
||||
currentOS: string;
|
||||
clearAll: () => void;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
declare module 'vue' {
|
||||
interface ComponentCustomProperties {
|
||||
$keyboard: {
|
||||
listen: ReturnType<typeof useKeyboard>['listen'];
|
||||
init: ReturnType<typeof useKeyboard>['init'];
|
||||
Key: typeof WaraduKey;
|
||||
currentOS: string;
|
||||
clearAll: () => void;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
import type { Key as WaraduKey, useKeyboard } from '@waradu/keyboard';
|
||||
|
||||
declare module '#app' {
|
||||
interface NuxtApp {
|
||||
$keyboard: {
|
||||
listen: ReturnType<typeof useKeyboard>['listen'];
|
||||
init: ReturnType<typeof useKeyboard>['init'];
|
||||
Key: typeof WaraduKey;
|
||||
currentOS: string;
|
||||
clearAll: () => void;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
declare module 'vue' {
|
||||
interface ComponentCustomProperties {
|
||||
$keyboard: {
|
||||
listen: ReturnType<typeof useKeyboard>['listen'];
|
||||
init: ReturnType<typeof useKeyboard>['init'];
|
||||
Key: typeof WaraduKey;
|
||||
currentOS: string;
|
||||
clearAll: () => void;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
Loading…
Add table
Add a link
Reference in a new issue