Skip to content
Snippets Groups Projects
Commit 9805a755 authored by Ekaterina Kondareva's avatar Ekaterina Kondareva
Browse files

src/components.d.ts changed

parent 78509809
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,6 @@ export namespace Components {
textTitle?: string;
url?: string;
}
interface HyModeToggler {}
interface HyParagraphText {}
interface HyProcess {
dataItems: ProcessFlowBoxValue[] | string;
......@@ -336,11 +335,6 @@ declare global {
prototype: HTMLHyLinkBoxElement;
new (): HTMLHyLinkBoxElement;
};
interface HTMLHyModeTogglerElement extends Components.HyModeToggler, HTMLStencilElement {}
var HTMLHyModeTogglerElement: {
prototype: HTMLHyModeTogglerElement;
new (): HTMLHyModeTogglerElement;
};
interface HTMLHyParagraphTextElement extends Components.HyParagraphText, HTMLStencilElement {}
var HTMLHyParagraphTextElement: {
prototype: HTMLHyParagraphTextElement;
......@@ -397,7 +391,6 @@ declare global {
'hy-ingress': HTMLHyIngressElement;
'hy-link': HTMLHyLinkElement;
'hy-link-box': HTMLHyLinkBoxElement;
'hy-mode-toggler': HTMLHyModeTogglerElement;
'hy-paragraph-text': HTMLHyParagraphTextElement;
'hy-process': HTMLHyProcessElement;
'hy-process-flow-box': HTMLHyProcessFlowBoxElement;
......@@ -585,7 +578,6 @@ declare namespace LocalJSX {
textTitle?: string;
url?: string;
}
interface HyModeToggler {}
interface HyParagraphText {}
interface HyProcess {
dataItems?: ProcessFlowBoxValue[] | string;
......@@ -644,7 +636,6 @@ declare namespace LocalJSX {
'hy-ingress': HyIngress;
'hy-link': HyLink;
'hy-link-box': HyLinkBox;
'hy-mode-toggler': HyModeToggler;
'hy-paragraph-text': HyParagraphText;
'hy-process': HyProcess;
'hy-process-flow-box': HyProcessFlowBox;
......@@ -679,7 +670,6 @@ declare module '@stencil/core' {
'hy-ingress': LocalJSX.HyIngress & JSXBase.HTMLAttributes<HTMLHyIngressElement>;
'hy-link': LocalJSX.HyLink & JSXBase.HTMLAttributes<HTMLHyLinkElement>;
'hy-link-box': LocalJSX.HyLinkBox & JSXBase.HTMLAttributes<HTMLHyLinkBoxElement>;
'hy-mode-toggler': LocalJSX.HyModeToggler & JSXBase.HTMLAttributes<HTMLHyModeTogglerElement>;
'hy-paragraph-text': LocalJSX.HyParagraphText & JSXBase.HTMLAttributes<HTMLHyParagraphTextElement>;
'hy-process': LocalJSX.HyProcess & JSXBase.HTMLAttributes<HTMLHyProcessElement>;
'hy-process-flow-box': LocalJSX.HyProcessFlowBox & JSXBase.HTMLAttributes<HTMLHyProcessFlowBoxElement>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment