Skip to content

Commit 2dc150a

Browse files
committed
div props
1 parent b5afe83 commit 2dc150a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/next/src/next-devtools/dev-overlay/components/overlay/overlay-backdrop.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export type OverlayBackDropProps = {
2-
className?: string
32
fixed?: boolean
4-
}
3+
} & React.HTMLAttributes<HTMLDivElement>
54

65
export function OverlayBackdrop({ fixed, ...props }: OverlayBackDropProps) {
76
return (

0 commit comments

Comments
 (0)