Skip to content

Commit

Permalink
fix(RenderWindowInteractor): export interface IPosition
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremygau authored and floryst committed Nov 6, 2024
1 parent 8c73b70 commit 1ca5ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Rendering/Core/RenderWindowInteractor/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export interface IRenderWindowInteractorInitialValues {
mouseScrollDebounceByPass?: boolean;
}

interface IPosition {
export interface IPosition {
type: string;
}

Expand Down

0 comments on commit 1ca5ba1

Please sign in to comment.