refs #850 Add define types for fonts
This commit is contained in:
parent
efabd590a9
commit
ef219fce2b
|
@ -4,7 +4,6 @@ import { Module, MutationTree, ActionTree } from 'vuex'
|
|||
import { RootState } from '@/store'
|
||||
import { UnreadNotification } from '~/src/types/unreadNotification'
|
||||
|
||||
|
||||
export interface TimelineState {
|
||||
unreadNotification: UnreadNotification
|
||||
}
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
declare var f: Array<string>
|
||||
|
||||
export default f
|
Loading…
Reference in New Issue