Skip to content

Commit b2330bd

Browse files
author
mumiao
committed
fix: remove FullScreen component unless FullscreenState declration
1 parent eb682b0 commit b2330bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/fullscreen/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ export interface IFullscreenProps
3232
exitFullIcon?: React.ReactNode;
3333
onFullscreen?: (isFullScreen: boolean) => void;
3434
}
35-
export interface FullscreenState {
36-
isFullScreen: boolean;
37-
}
35+
3836
export default function Fullscreen({
3937
themeDark,
4038
target,

0 commit comments

Comments
 (0)