@scania/tegel
Version:
Tegel Design System
12 lines (10 loc) • 410 B
TypeScript
import type { Components, JSX } from "../types/components";
interface TdsHeaderDropdownListUser extends Components.TdsHeaderDropdownListUser, HTMLElement {}
export const TdsHeaderDropdownListUser: {
prototype: TdsHeaderDropdownListUser;
new (): TdsHeaderDropdownListUser;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;