Skip to content

Instantly share code, notes, and snippets.

@MaikelVeen
Created January 20, 2021 22:34
Show Gist options
  • Save MaikelVeen/7ea1770dd6fe16e415e07a82ff3e3d32 to your computer and use it in GitHub Desktop.
Save MaikelVeen/7ea1770dd6fe16e415e07a82ff3e3d32 to your computer and use it in GitHub Desktop.
interface BreadcrumbProps {
breadcrumbItems: Array<BreadcrumbItemProps>;
}
interface BreadcrumbItemProps {
url: string
name: string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment