UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

22 lines (21 loc) 624 B
import { CellInfoDescription } from "./CellInfoDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ImageCellInfoDescription extends CellInfoDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private fp; get imagePath(): string; set imagePath(a: string); private fr; get imageStretchOption(): string; set imageStretchOption(a: string); private fq; get imageResourceType(): string; set imageResourceType(a: string); }