/* 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-public-runtime"; export namespace Components { interface ProtoDaisyUi { } interface ProtoDial { "value": number; } interface ProtoHero { /** * @default 'light' */ "theme": string; } interface ProtoHome { } interface ProtoList { } interface ProtoShell { /** * @default 'light' */ "theme": string; } interface ProtoStats { } } declare global { interface HTMLProtoDaisyUiElement extends Components.ProtoDaisyUi, HTMLStencilElement { } var HTMLProtoDaisyUiElement: { prototype: HTMLProtoDaisyUiElement; new (): HTMLProtoDaisyUiElement; }; interface HTMLProtoDialElement extends Components.ProtoDial, HTMLStencilElement { } var HTMLProtoDialElement: { prototype: HTMLProtoDialElement; new (): HTMLProtoDialElement; }; interface HTMLProtoHeroElement extends Components.ProtoHero, HTMLStencilElement { } var HTMLProtoHeroElement: { prototype: HTMLProtoHeroElement; new (): HTMLProtoHeroElement; }; interface HTMLProtoHomeElement extends Components.ProtoHome, HTMLStencilElement { } var HTMLProtoHomeElement: { prototype: HTMLProtoHomeElement; new (): HTMLProtoHomeElement; }; interface HTMLProtoListElement extends Components.ProtoList, HTMLStencilElement { } var HTMLProtoListElement: { prototype: HTMLProtoListElement; new (): HTMLProtoListElement; }; interface HTMLProtoShellElement extends Components.ProtoShell, HTMLStencilElement { } var HTMLProtoShellElement: { prototype: HTMLProtoShellElement; new (): HTMLProtoShellElement; }; interface HTMLProtoStatsElement extends Components.ProtoStats, HTMLStencilElement { } var HTMLProtoStatsElement: { prototype: HTMLProtoStatsElement; new (): HTMLProtoStatsElement; }; interface HTMLElementTagNameMap { "proto-daisy-ui": HTMLProtoDaisyUiElement; "proto-dial": HTMLProtoDialElement; "proto-hero": HTMLProtoHeroElement; "proto-home": HTMLProtoHomeElement; "proto-list": HTMLProtoListElement; "proto-shell": HTMLProtoShellElement; "proto-stats": HTMLProtoStatsElement; } } declare namespace LocalJSX { interface ProtoDaisyUi { } interface ProtoDial { "value"?: number; } interface ProtoHero { /** * @default 'light' */ "theme"?: string; } interface ProtoHome { } interface ProtoList { } interface ProtoShell { /** * @default 'light' */ "theme"?: string; } interface ProtoStats { } interface ProtoDialAttributes { "value": number; } interface ProtoHeroAttributes { "theme": string; } interface ProtoShellAttributes { "theme": string; } interface IntrinsicElements { "proto-daisy-ui": ProtoDaisyUi; "proto-dial": Omit & { [K in keyof ProtoDial & keyof ProtoDialAttributes]?: ProtoDial[K] } & { [K in keyof ProtoDial & keyof ProtoDialAttributes as `attr:${K}`]?: ProtoDialAttributes[K] } & { [K in keyof ProtoDial & keyof ProtoDialAttributes as `prop:${K}`]?: ProtoDial[K] }; "proto-hero": Omit & { [K in keyof ProtoHero & keyof ProtoHeroAttributes]?: ProtoHero[K] } & { [K in keyof ProtoHero & keyof ProtoHeroAttributes as `attr:${K}`]?: ProtoHeroAttributes[K] } & { [K in keyof ProtoHero & keyof ProtoHeroAttributes as `prop:${K}`]?: ProtoHero[K] }; "proto-home": ProtoHome; "proto-list": ProtoList; "proto-shell": Omit & { [K in keyof ProtoShell & keyof ProtoShellAttributes]?: ProtoShell[K] } & { [K in keyof ProtoShell & keyof ProtoShellAttributes as `attr:${K}`]?: ProtoShellAttributes[K] } & { [K in keyof ProtoShell & keyof ProtoShellAttributes as `prop:${K}`]?: ProtoShell[K] }; "proto-stats": ProtoStats; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { "proto-daisy-ui": LocalJSX.IntrinsicElements["proto-daisy-ui"] & JSXBase.HTMLAttributes; "proto-dial": LocalJSX.IntrinsicElements["proto-dial"] & JSXBase.HTMLAttributes; "proto-hero": LocalJSX.IntrinsicElements["proto-hero"] & JSXBase.HTMLAttributes; "proto-home": LocalJSX.IntrinsicElements["proto-home"] & JSXBase.HTMLAttributes; "proto-list": LocalJSX.IntrinsicElements["proto-list"] & JSXBase.HTMLAttributes; "proto-shell": LocalJSX.IntrinsicElements["proto-shell"] & JSXBase.HTMLAttributes; "proto-stats": LocalJSX.IntrinsicElements["proto-stats"] & JSXBase.HTMLAttributes; } } }