diff --git a/packages/calcite-components/src/components/action-group/action-group.tsx b/packages/calcite-components/src/components/action-group/action-group.tsx index e2ecf0e153b..26f2375450e 100755 --- a/packages/calcite-components/src/components/action-group/action-group.tsx +++ b/packages/calcite-components/src/components/action-group/action-group.tsx @@ -57,7 +57,7 @@ export class ActionGroup extends LitElement implements LoadableComponent { /** * Indicates the layout of the component. * - * @deprecated Use the `layout` property on the component's parent instead. + * @internal */ @property({ reflect: true }) layout: Extract<"horizontal" | "vertical" | "grid", Layout> = "vertical";