UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 216 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class HighlightingData extends Base { static $t: Type; e: any; b: number; d: number; c: number; a: number; }