Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Feb 6, 2025
1 parent 1515d7f commit 58e3655
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/app/src/studio/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
declare type React = typeof import('react')
declare type ReactDOM = typeof import('react-dom/client')

declare module 'app-studio' {
export const mountTestGenerationPanel = (
reactInstance: React,
reactDOMInstance: ReactDOM,
reactInstance: any,
reactDOMInstance: any,
container: HTMLElement,
) => {}
}

0 comments on commit 58e3655

Please sign in to comment.