Skip to content

Commit

Permalink
fix @deprecated position in gxg-grid
Browse files Browse the repository at this point in the history
  • Loading branch information
bsastregx committed May 21, 2024
1 parent 3d1eabd commit 96c6288
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/grid/gxg-grid.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import { Component, Host, h, getAssetPath, Element, Prop } from "@stencil/core";
import state from "../store";

/**
* @deprecated since v1.0.0
*/
@Component({
tag: "gxg-grid",
styleUrl: "gxg-grid.scss",
shadow: false
})
/**
* @deprecated since v1.0.0
*/
export class GxgGrid {
@Prop({ reflect: true }) noBorder = false;
@Prop({ reflect: true }) fullHeight = false;
Expand Down

0 comments on commit 96c6288

Please sign in to comment.