refs #850 Add define types for fonts

This commit is contained in:
AkiraFukushima 2019-04-15 22:30:05 +09:00
parent efabd590a9
commit ef219fce2b
3 changed files with 3 additions and 1 deletions

View File

@ -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
}

3
src/renderer/utils/fonts/index.d.ts vendored Normal file
View File

@ -0,0 +1,3 @@
declare var f: Array<string>
export default f