UNPKG

ddata-ui-input

Version:

DData UI Input module, components, models & services

5 lines (4 loc) 141 B
import { IconDefinition } from '@fortawesome/fontawesome-svg-core'; export interface IconSetInterface { [key: string]: IconDefinition; }