chore(): sync with main

This commit is contained in:
Liam DeBeasi
2023-03-22 10:28:20 -04:00
15 changed files with 109 additions and 75 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 {
}
}
}