UNPKG

@planbgmbh/flinkey-web-components

Version:

This project provides some Web Components built for usage in combination with the flinkey API.

38 lines (37 loc) 1.18 kB
/* eslint-disable */ /* tslint:disable */ /** * This is an autogenerated file created by the Stencil compiler. * It contains typing information for all components that exist in this project. */ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime"; export namespace Components { interface FlinkeyKeyfobCatalog { } } declare global { interface HTMLFlinkeyKeyfobCatalogElement extends Components.FlinkeyKeyfobCatalog, HTMLStencilElement { } var HTMLFlinkeyKeyfobCatalogElement: { prototype: HTMLFlinkeyKeyfobCatalogElement; new (): HTMLFlinkeyKeyfobCatalogElement; }; interface HTMLElementTagNameMap { "flinkey-keyfob-catalog": HTMLFlinkeyKeyfobCatalogElement; } } declare namespace LocalJSX { interface FlinkeyKeyfobCatalog { } interface IntrinsicElements { "flinkey-keyfob-catalog": FlinkeyKeyfobCatalog; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { "flinkey-keyfob-catalog": LocalJSX.FlinkeyKeyfobCatalog & JSXBase.HTMLAttributes<HTMLFlinkeyKeyfobCatalogElement>; } } }