You've already forked AstralRinth
forked from didirus/AstralRinth
Move files in preparation for monorepo migration
This commit is contained in:
4
apps/knossos/types/fusejs.d.ts
vendored
Normal file
4
apps/knossos/types/fusejs.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module 'fuse.js/dist/fuse.basic' {
|
||||
import Fuse from 'fuse.js'
|
||||
export default Fuse
|
||||
}
|
||||
20
apps/knossos/types/vintl.d.ts
vendored
Normal file
20
apps/knossos/types/vintl.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import '@vintl/vintl'
|
||||
import { CompactNumber } from '@vintl/compact-number/dist/index.mjs'
|
||||
|
||||
declare global {
|
||||
namespace VueIntlController {
|
||||
interface MessageValueTypes {
|
||||
compactNumber: CompactNumber
|
||||
}
|
||||
|
||||
interface LocaleResources {
|
||||
'languages.json'?: Partial<Record<string, string>>
|
||||
}
|
||||
|
||||
interface LocaleMeta {
|
||||
displayName?: string
|
||||
category?: string
|
||||
searchTerms?: string
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user