Add missing extends
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -55,7 +55,7 @@ export function LeftNav({
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
interface RightNavProps {
|
interface RightNavProps extends HTMLAttributes<HTMLElement> {
|
||||||
children?: ReactNode;
|
children?: ReactNode;
|
||||||
className?: string;
|
className?: string;
|
||||||
hideMobile?: string;
|
hideMobile?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user