import { html, type TemplateResult } from 'lit'; import type { PlaygroundDefinition } from '../types.js'; export function renderNav( definitions: PlaygroundDefinition[], selectedTag: string, onSelect: (tag: string) => void, ): TemplateResult { return html` `; }