UNPKG

@scania/tegel

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