Skip to content

Commit 7772bd1

Browse files
committed
fix: fix lint
1 parent 8ce7e47 commit 7772bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Portal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useRef, useEffect, forwardRef, useImperativeHandle } from 'react';
33
import ReactDOM from 'react-dom';
44
import canUseDom from './Dom/canUseDom';
55

6-
export type PortalRef = object;
6+
export type PortalRef = {};
77

88
export interface PortalProps {
99
didUpdate?: (prevProps: PortalProps) => void;

0 commit comments

Comments
 (0)