UNPKG

@ashawnbandy/resume-landing

Version:

Resume landing page web components.

45 lines (29 loc) 938 B
/* 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 './stencil.core'; export namespace Components { interface ResumeLanding {} interface ResumeLandingAttributes extends StencilHTMLAttributes {} } declare global { interface StencilElementInterfaces { 'ResumeLanding': Components.ResumeLanding; } interface StencilIntrinsicElements { 'resume-landing': Components.ResumeLandingAttributes; } interface HTMLResumeLandingElement extends Components.ResumeLanding, HTMLStencilElement {} var HTMLResumeLandingElement: { prototype: HTMLResumeLandingElement; new (): HTMLResumeLandingElement; }; interface HTMLElementTagNameMap { 'resume-landing': HTMLResumeLandingElement } interface ElementTagNameMap { 'resume-landing': HTMLResumeLandingElement; } }