UNPKG

infinity-forge

Version:
9 lines (8 loc) 189 B
import { IconsNames } from '../../../../ui/index.js'; export interface IHighlightIcon { color: string; icon: { name: IconsNames; size: 'small' | 'regular'; }; }