igniteui-react-grids
Version:
Ignite UI React grid components.
18 lines (17 loc) • 678 B
TypeScript
import { TransactionService as TransactionService_internal } from "./TransactionService";
import { ContentChildrenManager } from "igniteui-react-core";
export declare class IgrTransactionService {
protected createImplementation(): TransactionService_internal;
protected _implementation: any;
protected mounted: boolean;
get nativeElement(): HTMLElement;
/**
* @hidden
*/
get i(): TransactionService_internal;
protected onImplementationCreated(): void;
protected _contentChildrenManager: ContentChildrenManager;
constructor();
protected _provideImplementation(i: any): void;
findByName(name: string): any;
}