Skip to content

Commit b18f395

Browse files
abenhamdineedorivai
authored andcommitted
Remove old intersection type
1 parent 1886182 commit b18f395

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.d.ts

-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,5 @@ export type SingleQueryProps = BaseProps & {
6262
export default function Media(props: SingleQueryProps): React.ReactElement;
6363
export default function Media<Q>(props: MultiQueryProps<Q>): React.ReactElement;
6464

65-
type UseMediaProps = SingleQueryProps & MultiQueryProps<Queries>
66-
6765
type UseMediaProps<Q> = SingleQueryProps | MultiQueryProps<Q>;
6866
export function useMedia<Q>(props: UseMediaProps<Q>): QueryResults<Q>;

0 commit comments

Comments
 (0)