Skip to content

Commit

Permalink
removed temp type from component instance
Browse files Browse the repository at this point in the history
  • Loading branch information
uguraslan committed Apr 17, 2024
1 parent 2036ad5 commit 52c16f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ declare namespace Component {
*/
select: (ref: string) => ComponentInstance | ElementInstance

// tmp
[key: string]: any
}

export interface ElementInstance {
Expand Down

0 comments on commit 52c16f7

Please sign in to comment.