Skip to content

Documentation / @geoverse/vue / GvCircle

Variable: GvCircle

ts
const GvCircle: DefineComponent<ExtractPropTypes<{
  options: {
     default: () => {
     };
     type: PropType<CircleOptions>;
  };
}>, () => null, {
}, {
}, {
}, ComponentOptionsMixin, ComponentOptionsMixin, {
  click: (_e) => boolean;
  mouseout: (_e) => boolean;
  mouseover: (_e) => boolean;
}, string, PublicProps, ToResolvedProps<ExtractPropTypes<{
  options: {
     default: () => {
     };
     type: PropType<CircleOptions>;
  };
}>, {
  click: (_e) => boolean;
  mouseout: (_e) => boolean;
  mouseover: (_e) => boolean;
}>, {
  options: CircleOptions;
}, {
}, {
}, {
}, string, ComponentProvideOptions, true, {
}, any>;

Defined in: components/features.ts:128