UNPKG

igniteui-react-core

Version:
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 fn; get imagePath(): string; set imagePath(a: string); private fp; get imageStretchOption(): string; set imageStretchOption(a: string); private fo; get imageResourceType(): string; set imageResourceType(a: string); }