UNPKG

@senx/discovery-widgets

Version:

Discovery Widgets Elements

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