UNPKG

@paraboly/pwc-simple-card

Version:

Plug & Play Simple Card View for Web by Paraboly via StencilJS

57 lines (42 loc) 1.17 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 PwcSimpleCard { 'cardDetails': string; 'cardTitle': string; 'source': any; } } declare global { interface HTMLPwcSimpleCardElement extends Components.PwcSimpleCard, HTMLStencilElement {} var HTMLPwcSimpleCardElement: { prototype: HTMLPwcSimpleCardElement; new (): HTMLPwcSimpleCardElement; }; interface HTMLElementTagNameMap { 'pwc-simple-card': HTMLPwcSimpleCardElement; } } declare namespace LocalJSX { interface PwcSimpleCard { 'cardDetails'?: string; 'cardTitle'?: string; 'source'?: any; } interface IntrinsicElements { 'pwc-simple-card': PwcSimpleCard; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { 'pwc-simple-card': LocalJSX.PwcSimpleCard & JSXBase.HTMLAttributes<HTMLPwcSimpleCardElement>; } } }