@impler/angular
Version:
Angular library to show CSV Excel Importer in angular applications
13 lines • 450 B
TypeScript
import { EventCalls, IShowWidgetProps } from '@impler/client';
export declare class ImplerService {
private uuid;
private isImplerReady;
private widgetEvents;
initializeImpler(): void;
showWidget(options: IShowWidgetProps): void;
getReadyState(): boolean;
private generateUuid;
closeWidget(): void;
subscribeToWidgetEvents(callback: (data: EventCalls) => void): void;
}
//# sourceMappingURL=impler.service.d.ts.map