UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 238 B
import { Base, Type } from "./type"; import { XBaseDataType } from "./XBaseDataType"; /** * @hidden */ export declare class XBaseField extends Base { static $t: Type; c: string; a: XBaseDataType; b: number; }