Skip to content

Commit

Permalink
fixed type import
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 authored and yanick committed Jun 25, 2023
1 parent 2302818 commit 5307a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Definitions by: Rahim Alwer <https://github.com/mihar-22>

import {queries, Queries, BoundFunction, EventType} from '@testing-library/dom'
import { SvelteComponent, ComponentProps } from 'svelte/types/runtime'
import { SvelteComponent, ComponentProps } from 'svelte'

export * from '@testing-library/dom'

Expand Down

0 comments on commit 5307a37

Please sign in to comment.