Skip to content

Commit

Permalink
fix(LPSView3DProxy): prioritize LPSViewProxyBase
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Feb 8, 2024
1 parent ffe3974 commit badc75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vtk/LPSView3DProxy/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { vec3 } from 'gl-matrix';
import vtkViewProxy from '@kitware/vtk.js/Proxy/Core/ViewProxy';
import { LPSViewProxyBase } from '@/src/vtk/LPSViewProxyBase';

export interface vtkLPSView3DProxy extends vtkViewProxy, LPSViewProxyBase {}
export interface vtkLPSView3DProxy extends LPSViewProxyBase, vtkViewProxy {}

export function extend(publicAPI: object, model: object): void;

Expand Down

0 comments on commit badc75e

Please sign in to comment.