egroupware_official/api/js/etemplate/Et2MenuItem/Et2MenuItem.ts
nathan 599e38b9fc - Hide course & material selection
- Show material name
- Move requested actions into advanced settings dropdown below video
- Style changes
2024-08-15 14:25:20 -06:00

8 lines
258 B
TypeScript

import {customElement} from "lit/decorators/custom-element.js";
import {SlMenuItem} from "@shoelace-style/shoelace";
import {Et2Widget} from "../Et2Widget/Et2Widget";
@customElement('et2-menu-item')
export class Et2MenuItem extends Et2Widget(SlMenuItem)
{
}