UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 295 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class DateColumnCache extends Base { static $t: Type; private d; private e; a(a: number): DateColumnCache; b(a: number): DateColumnCache; f(a: string): void; c(a: string): boolean; }