UNPKG

gm-web-components

Version:

Web components for GamaSmart

61 lines (46 loc) 1.27 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.core'; export namespace Components { interface GmAppComponent { 'destination': string; 'img': string; 'myArray': string; 'myObject': string; 'title': string; } } declare global { interface HTMLGmAppComponentElement extends Components.GmAppComponent, HTMLStencilElement {} var HTMLGmAppComponentElement: { prototype: HTMLGmAppComponentElement; new (): HTMLGmAppComponentElement; }; interface HTMLElementTagNameMap { 'gm-app-component': HTMLGmAppComponentElement; } } declare namespace LocalJSX { interface GmAppComponent { 'destination'?: string; 'img'?: string; 'myArray'?: string; 'myObject'?: string; 'title'?: string; } interface IntrinsicElements { 'gm-app-component': GmAppComponent; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { 'gm-app-component': LocalJSX.GmAppComponent & JSXBase.HTMLAttributes<HTMLGmAppComponentElement>; } } }