@huluvu424242/honey-slideshow
Version:
Text to Speech component wich is reading texts from DOM elements.
40 lines (39 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 HoneySlideshow {
"baseurl": string;
}
}
declare global {
interface HTMLHoneySlideshowElement extends Components.HoneySlideshow, HTMLStencilElement {
}
var HTMLHoneySlideshowElement: {
prototype: HTMLHoneySlideshowElement;
new (): HTMLHoneySlideshowElement;
};
interface HTMLElementTagNameMap {
"honey-slideshow": HTMLHoneySlideshowElement;
}
}
declare namespace LocalJSX {
interface HoneySlideshow {
"baseurl"?: string;
}
interface IntrinsicElements {
"honey-slideshow": HoneySlideshow;
}
}
export { LocalJSX as JSX };
declare module "@stencil/core" {
export namespace JSX {
interface IntrinsicElements {
"honey-slideshow": LocalJSX.HoneySlideshow & JSXBase.HTMLAttributes<HTMLHoneySlideshowElement>;
}
}
}