import type Tab from "./Tab.ts"; export default function TabTemplate(this: Tab) { return (
{this.tabs.map(tab => )}
); }