We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70659f8 commit 3cc07dbCopy full SHA for 3cc07db
apps/web/src/components/Header.tsx
@@ -168,11 +168,7 @@ export const MobileNavigation = (): React.ReactElement => {
168
);
169
};
170
171
-export const Header: React.ForwardRefExoticComponent<
172
- React.ComponentPropsWithoutRef<typeof motion.div> & {
173
- variant?: "landing" | "docs";
174
- } & React.RefAttributes<React.ComponentRef<"div">>
175
-> = /*#__PURE__*/ forwardRef<
+export const Header = /*#__PURE__*/ forwardRef<
176
React.ComponentRef<"div">,
177
React.ComponentPropsWithoutRef<typeof motion.div> & {
178
variant?: "landing" | "docs";
0 commit comments