UNPKG

ngx-mat-lib

Version:

A bunch of utilities and components to use in your Angular 7+ apps!

4 lines (3 loc) 73 B
export interface XmatGenericObject<T = any> { [key: string]: T; }