Skip to content

Commit

Permalink
chore: removed "unknown" type
Browse files Browse the repository at this point in the history
  • Loading branch information
Mor Kadosh committed May 11, 2024
1 parent fa443e4 commit 05cd568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lit/sorting/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class LitTableExample extends LitElement {

private tableController = new TableController<Person>(this)

protected render(): unknown {
protected render() {
const table = this.tableController.getTable({
columns,
data,
Expand Down

0 comments on commit 05cd568

Please sign in to comment.