UNPKG

igniteui-react-core

Version:
19 lines (18 loc) 506 B
import { Description } from "./Description"; import { RectDescription } from "./RectDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ShapefileRecordDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private j; get fieldValuesRef(): string; set fieldValuesRef(a: string); private h; get bounds(): RectDescription; set bounds(a: RectDescription); }