UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 256 B
import { Type } from "./type"; /** * @hidden */ export interface ISupportsInput { getOnInputVersionNumber(): number; queueForOnInput(a: () => void, b: number): void; } /** * @hidden */ export declare let ISupportsInput_$type: Type;