Skip to content

Instantly share code, notes, and snippets.

@JoSuzuki
Created September 16, 2021 16:56
Show Gist options
  • Save JoSuzuki/e224ba2cc5cf878f3ab983b0883863c5 to your computer and use it in GitHub Desktop.
Save JoSuzuki/e224ba2cc5cf878f3ab983b0883863c5 to your computer and use it in GitHub Desktop.
[Dont add, subtract] Navbar interface
interface NavbarProps {
items: {
component: React.ReactElement;
link: { href: string, label: string };
}[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment