jaak-bestframe
Version:
This is a JAAKRECOG LIVENESS© Angular Component
9 lines (8 loc) • 327 B
TypeScript
import { ModuleWithProviders, InjectionToken } from '@angular/core';
export interface LibConfig {
apiUrl: string;
}
export declare const LibConfigService: InjectionToken<LibConfig>;
export declare class JaakrecogLivenessLibModule {
static forRoot(config?: LibConfig): ModuleWithProviders<JaakrecogLivenessLibModule>;
}