UNPKG

@obliczeniowo/elementary

Version:
7 lines (6 loc) 149 B
import { HtmlColor } from '@obliczeniowo/elementary/classes'; export interface ItemModel { name: string; color?: HtmlColor; ext?: any; }