frontend: add item tooltip, refactor with itemicon component
This commit is contained in:
@@ -23,6 +23,12 @@ declare global {
|
||||
id: number
|
||||
iconPath: string
|
||||
name?: string
|
||||
description?: string
|
||||
plaintext?: string
|
||||
into?: number[]
|
||||
from?: number[]
|
||||
price?: number
|
||||
priceTotal?: number
|
||||
}
|
||||
type SummonerSpell = {
|
||||
id: number
|
||||
|
||||
Reference in New Issue
Block a user