refactor(vue): remove components.d.ts file (#26957)

This commit is contained in:
Liam DeBeasi
2023-03-20 13:48:14 -04:00
committed by GitHub
parent ca38c49685
commit 1683b0e0ff
3 changed files with 0 additions and 73 deletions

View File

@ -1,25 +0,0 @@
/* 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/internal";
export namespace Components {
}
declare global {
interface HTMLElementTagNameMap {
}
}
declare namespace LocalJSX {
interface IntrinsicElements {
}
}
export { LocalJSX as JSX };
declare module "@stencil/core" {
export namespace JSX {
interface IntrinsicElements {
}
}
}