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