Skip to content

Instantly share code, notes, and snippets.

@thisiszoaib
Created June 21, 2020 15:54
Show Gist options
  • Select an option

  • Save thisiszoaib/9e578d21c8ef9b96ac714907eb34fcdf to your computer and use it in GitHub Desktop.

Select an option

Save thisiszoaib/9e578d21c8ef9b96ac714907eb34fcdf to your computer and use it in GitHub Desktop.
toolbar 8
export interface MenuItem {
label: string;
icon: string;
showOnMobile: boolean;
showOnTablet: boolean;
showOnDesktop: boolean;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment