UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 325 B
import { Base, Type } from "./type"; /** * @hidden */ export declare abstract class DecoderFallbackBuffer extends Base { static $t: Type; constructor(); abstract get d(): number; abstract a(a: number[], b: number): boolean; abstract c(): string; abstract b(): boolean; e(): void; }