UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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