UNPKG

@tapsellorg/angular-material-library

Version:

Angular library for Tapsell

4 lines (3 loc) 230 B
import { InjectionToken } from '@angular/core'; import { PghStatusDefaultLabelTypes, PghStatusLabelConfig } from './model'; export declare const PGH_STATUS_CONFIG: InjectionToken<PghStatusLabelConfig<PghStatusDefaultLabelTypes>>;