Skip to content

Documentation / @geoverse/react / GvAnimatedMarkerProps

Type Alias: GvAnimatedMarkerProps

ts
type GvAnimatedMarkerProps = FeatureCallbacks & {
  options?: AnimatedMarkerOptions;
};

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

Type Declaration

options?

ts
optional options?: AnimatedMarkerOptions;