UNPKG

angular-techs-logos

Version:
8 lines (7 loc) 156 B
import { Type } from '@angular/core'; export interface Tech { name: string; icon: Type<any>; url: string; } export declare const techs: Tech[];