Skip to content

Commit

Permalink
fix(Tile): updates patch for Artwork
Browse files Browse the repository at this point in the history
  • Loading branch information
arwehrman committed Jul 31, 2023
1 parent 665a87a commit 81b5993
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 & {
Expand All @@ -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.TemplateSpec>;
artwork: lng.Element.PatchTemplate<Artwork.TemplateSpec>;
/**
* Object containing all properties supported in the [Badge component](?path=/docs/components-badge--text)
*/
Expand Down

0 comments on commit 81b5993

Please sign in to comment.