import types explicitly

This commit is contained in:
spencerwooo
2022-02-02 16:41:30 +08:00
parent dfbcbeda5b
commit 89dcc1f614
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { IconPrefix, IconName } from '@fortawesome/fontawesome-common-types'
import type { IconPrefix, IconName } from '@fortawesome/fontawesome-common-types'
const icons: { [key: string]: [IconPrefix, IconName] } = {
image: ['far', 'file-image'],