UNPKG

igniteui-react-core

Version:
22 lines (21 loc) 603 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 gu; get imagePath(): string; set imagePath(a: string); private gw; get imageStretchOption(): string; set imageStretchOption(a: string); private gv; get imageResourceType(): string; set imageResourceType(a: string); }