From 81b5993ace8704f8aaec58d640935368f0179fd7 Mon Sep 17 00:00:00 2001 From: Mandy Wehrman Date: Fri, 28 Jul 2023 11:45:51 -0400 Subject: [PATCH] fix(Tile): updates patch for Artwork --- .../@lightningjs/ui-components/src/components/Tile/Tile.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/@lightningjs/ui-components/src/components/Tile/Tile.d.ts b/packages/@lightningjs/ui-components/src/components/Tile/Tile.d.ts index ffa479ccf9..966bae2248 100644 --- a/packages/@lightningjs/ui-components/src/components/Tile/Tile.d.ts +++ b/packages/@lightningjs/ui-components/src/components/Tile/Tile.d.ts @@ -20,7 +20,6 @@ import lng from '@lightningjs/core'; import { MetadataBaseStyle } from '../MetadataBase'; import { StylePartial } from '../../types/lui'; import Surface, { SurfaceStyle } from '../Surface'; -import lightning from '@lightningjs/core/src/lightning.d.mts'; import { Artwork } from '..'; type TileStyle = SurfaceStyle & { @@ -44,7 +43,7 @@ declare namespace Tile { /** * Object containing all properties supported in the [Artwork component](?path=/docs/components-artwork--artwork) */ - artwork: lightning.Element.PatchTemplate; + artwork: lng.Element.PatchTemplate; /** * Object containing all properties supported in the [Badge component](?path=/docs/components-badge--text) */