UNPKG

@scania/tegel

Version:
12 lines (10 loc) 400 B
import type { Components, JSX } from "../types/components"; interface TdsSideMenuDropdownList extends Components.TdsSideMenuDropdownList, HTMLElement {} export const TdsSideMenuDropdownList: { prototype: TdsSideMenuDropdownList; new (): TdsSideMenuDropdownList; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;