UNPKG

ngx-avatar

Version:

A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.

6 lines (5 loc) 181 B
import { Source } from './source'; /** * A creator interface used to instantiate source implementation */ export declare type SourceCreator = new (sourceValue: string) => Source;