@huluvu424242/honey-webcomponents
Version:
Text to Speech component wich is reading texts from DOM elements.
38 lines (37 loc) • 1.15 kB
TypeScript
/* 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 HoneyWebcomponents {
}
}
declare global {
interface HTMLHoneyWebcomponentsElement extends Components.HoneyWebcomponents, HTMLStencilElement {
}
var HTMLHoneyWebcomponentsElement: {
prototype: HTMLHoneyWebcomponentsElement;
new (): HTMLHoneyWebcomponentsElement;
};
interface HTMLElementTagNameMap {
"honey-webcomponents": HTMLHoneyWebcomponentsElement;
}
}
declare namespace LocalJSX {
interface HoneyWebcomponents {
}
interface IntrinsicElements {
"honey-webcomponents": HoneyWebcomponents;
}
}
export { LocalJSX as JSX };
declare module "@stencil/core" {
export namespace JSX {
interface IntrinsicElements {
"honey-webcomponents": LocalJSX.HoneyWebcomponents & JSXBase.HTMLAttributes<HTMLHoneyWebcomponentsElement>;
}
}
}