UNPKG

ngx-mat-lib

Version:

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

5 lines (4 loc) 84 B
export interface XmatSelect<T = any> { description: string; value: T; }