import Popover from "@ui5/webcomponents/dist/Popover.js";
import List from "@ui5/webcomponents/dist/List.js";
import PopoverHorizontalAlign from "@ui5/webcomponents/dist/types/PopoverHorizontalAlign.js";
import ListItemStandard from "@ui5/webcomponents/dist/ListItemStandard.js";
import type ShellBar from "./ShellBar.js";
export default function PopoversTemplate(this: ShellBar) {
return (
<>
{this._hiddenIcons.map((icon, index) => (
{icon.text}
))}
>
);
}