Skip to content

Commit 05cd568

Browse files
author
Mor Kadosh
committed
chore: removed "unknown" type
1 parent fa443e4 commit 05cd568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lit/sorting/src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class LitTableExample extends LitElement {
7979

8080
private tableController = new TableController<Person>(this)
8181

82-
protected render(): unknown {
82+
protected render() {
8383
const table = this.tableController.getTable({
8484
columns,
8585
data,

0 commit comments

Comments
 (0)