import { ISpell } from "../../../interfaces/i-spell"; export interface ISpellSearchProps { spells: ISpell[]; }