UNPKG

@scania/tegel

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