@tresjs/cientos 3.5.0 → 3.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9870,7 +9870,11 @@ declare const _default: import("vue").DefineComponent<{
9870
9870
  removeAllEventListeners: (type?: string | undefined) => void;
9871
9871
  dispatchEvent: (event: import("camera-controls/dist/EventDispatcher").DispatcherEvent) => void;
9872
9872
  } | null>;
9873
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "start" | "end")[], "change" | "start" | "end", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9873
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9874
+ change: (...args: any[]) => void;
9875
+ start: (...args: any[]) => void;
9876
+ end: (...args: any[]) => void;
9877
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9874
9878
  camera: {
9875
9879
  type: import("vue").PropType<PerspectiveCamera | OrthographicCamera>;
9876
9880
  };