refactor: make match-collector export its types, and consume them in frontend
This commit is contained in:
@@ -7,6 +7,9 @@ import {
|
||||
type ParsedDescription
|
||||
} from 'dragon-item-parser'
|
||||
|
||||
import type { Item } from '~/types/cdragon'
|
||||
import type { ItemTag } from 'match_collector'
|
||||
|
||||
interface Props {
|
||||
item: Item | null
|
||||
show: boolean
|
||||
|
||||
Reference in New Issue
Block a user