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