UNPKG

@true-directive/base

Version:

The set of base classes for the TrueDirective Grid

19 lines (18 loc) 389 B
/** * Copyright (c) 2018-2019 Aleksey Melnikov, True Directive Company. * @link https://truedirective.com/ * @license MIT */ /** * Custom injection consumer */ export declare class AxInjectConsumer { [key: string]: any; handlers: { [id: string]: any; }; __ax_hta: { [id: string]: any; }; protected updateInjections(): void; }