{"version":3,"file":"TabComponent.js","sources":["../../scripts/sharedComponents/TabComponent.tsx"],"sourcesContent":["import * as React from 'react'\r\n\r\nexport interface ITabComponent {\r\n activeTab: string\r\n resetFilter: () => void\r\n allLabel?: string\r\n tabs: string[]\r\n onFilter: (filter: string) => void\r\n}\r\n\r\nfunction TabComponent({\r\n activeTab,\r\n resetFilter,\r\n allLabel,\r\n tabs,\r\n onFilter,\r\n}: ITabComponent) {\r\n return (\r\n