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