Skip to content

Commit 05081a6

Browse files
committed
uui-table: Remove global declaration for advanced-example
1 parent 1963a98 commit 05081a6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/uui-table/lib/uui-table-advanced-example.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,3 @@ export class UUITableWithSelectionExampleElement extends LitElement {
291291
`;
292292
}
293293
}
294-
295-
declare global {
296-
interface HTMLElementTagNameMap {
297-
'uui-table-with-selection-example': UUITableWithSelectionExampleElement;
298-
}
299-
}

0 commit comments

Comments
 (0)