import { Tab, TabList, TabItem } from 'tvu-react-pilot' // TabItem requires the Tab context (provide/inject) — author it inside /. const Surface = ({ children }: any) => (
{children}
) // Static preview — the active item is fixed via Tab `value`. export const Line = () => ( {}}> {}}> Overview Sources Monitor ) export const Filled = () => ( {}}> {}}> Overview Sources Monitor ) export const WithDisabled = () => ( {}}> {}}> Overview Sources Archived )