Skip to content

Commit

Permalink
Update components.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bsastregx committed May 21, 2024
1 parent d19950b commit 3d1eabd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,9 @@ export namespace Components {
"fullHeight": boolean;
"noBorder": boolean;
}
/**
* @deprecated since v1.0.0
*/
interface GxgIcon {
/**
* The color of the icon.
Expand Down Expand Up @@ -3167,6 +3170,9 @@ declare global {
prototype: HTMLGxgGridElement;
new (): HTMLGxgGridElement;
};
/**
* @deprecated since v1.0.0
*/
interface HTMLGxgIconElement extends Components.GxgIcon, HTMLStencilElement {
}
var HTMLGxgIconElement: {
Expand Down Expand Up @@ -5070,6 +5076,9 @@ declare namespace LocalJSX {
"fullHeight"?: boolean;
"noBorder"?: boolean;
}
/**
* @deprecated since v1.0.0
*/
interface GxgIcon {
/**
* The color of the icon.
Expand Down Expand Up @@ -6568,6 +6577,9 @@ declare module "@stencil/core" {
"gxg-form-text": LocalJSX.GxgFormText & JSXBase.HTMLAttributes<HTMLGxgFormTextElement>;
"gxg-form-textarea": LocalJSX.GxgFormTextarea & JSXBase.HTMLAttributes<HTMLGxgFormTextareaElement>;
"gxg-grid": LocalJSX.GxgGrid & JSXBase.HTMLAttributes<HTMLGxgGridElement>;
/**
* @deprecated since v1.0.0
*/
"gxg-icon": LocalJSX.GxgIcon & JSXBase.HTMLAttributes<HTMLGxgIconElement>;
"gxg-ide-loader": LocalJSX.GxgIdeLoader & JSXBase.HTMLAttributes<HTMLGxgIdeLoaderElement>;
"gxg-label": LocalJSX.GxgLabel & JSXBase.HTMLAttributes<HTMLGxgLabelElement>;
Expand Down

0 comments on commit 3d1eabd

Please sign in to comment.