Skip to content

Instantly share code, notes, and snippets.

@wh0th3h3llam1
Created March 25, 2022 07:13
Show Gist options
  • Save wh0th3h3llam1/7b2eeff17c3effbe363aba0a972acee2 to your computer and use it in GitHub Desktop.
Save wh0th3h3llam1/7b2eeff17c3effbe363aba0a972acee2 to your computer and use it in GitHub Desktop.
Breadcrumb Interface
export interface IBreadcrumb {
icon: string,
image: string,
url: string,
label: string,
isClickable: boolean
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment