Skip to content

Documentation / @geoverse/react / GvPolygonProps

Type Alias: GvPolygonProps

ts
type GvPolygonProps = FeatureCallbacks & {
  options?: PolygonOptions;
};

Defined in: react/src/components/features.tsx:25

Type Declaration

options?

ts
optional options?: PolygonOptions;