This commit is contained in:
Mads Rasmussen
2023-02-06 10:01:00 +01:00
parent 77d8585125
commit 22c28345d9

View File

@@ -5,6 +5,7 @@ import { when } from 'lit-html/directives/when.js';
import { customElement, property, state } from 'lit/decorators.js';
import { repeat } from 'lit/directives/repeat.js';
// TODO: move to UI Library
export interface UmbTableItem {
key: string;
icon?: string;