feat: exercise form and submission list
This commit is contained in:
11
frontend/src/global.d.ts
vendored
Normal file
11
frontend/src/global.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export {}
|
||||
|
||||
declare global {
|
||||
function __(text: string): string
|
||||
}
|
||||
|
||||
declare module 'vue' {
|
||||
interface ComponentCustomProperties {
|
||||
__: (text: string) => string
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user