mat-progress-buttons
Version:
Material Design Progress Buttons
8 lines (7 loc) • 314 B
TypeScript
import { InjectionToken } from '@angular/core';
import { MatProgressButtonOptions } from './mat-progress-buttons.interface';
export interface Config extends MatProgressButtonOptions {
id?: string;
}
export declare type GlobalConfig = Config[];
export declare const GLOBAL_CONFIG: InjectionToken<GlobalConfig>;