Skip to content

Commit

Permalink
Export interface IPosition in Rendering/Core/RenderWindowInteractor
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremygau committed Nov 4, 2024
1 parent c962c49 commit c906c10
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 c906c10

Please sign in to comment.