UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 224 B
import { Type } from "./type"; /** * @hidden */ export interface IFastItemColumnPropertyName { readonly propertyName: string; } /** * @hidden */ export declare let IFastItemColumnPropertyName_$type: Type;