MCPcopy
hub / github.com/rrweb-io/rrweb / SideBarItem

Interface SideBarItem

packages/web-extension/src/components/SidebarWithHeader.tsx:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26import Browser from 'webextension-polyfill';
27
28export interface SideBarItem {
29 label: string;
30 icon: IconType;
31 href: string;
32}
33
34export interface HeadBarItem {
35 label: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected