import overflow from "@ui5/webcomponents-icons/dist/overflow.js"; import type SideNavigation from "./SideNavigation.js"; import SideNavigationItem from "./SideNavigationItem.js"; import SideNavigationPopoverTemplate from "./SideNavigationPopoverTemplate.js"; export default function SideNavigationTemplate(this: SideNavigation) { return (<> {SideNavigationPopoverTemplate.call(this)} ); } function header(this: SideNavigation) { return this.showHeader ? ( ) : undefined; }