Skip to content

Commit

Permalink
fix: typescript declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Jun 29, 2020
1 parent 49e1b4f commit b2b7f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { SvelteComponent } from 'svelte'

declare function html(strings: TemplateStringsArray, ...values: unknown[]): SvelteComponent
declare function html(strings: TemplateStringsArray, ...values: unknown[]): typeof SvelteComponent

export default html

0 comments on commit b2b7f78

Please sign in to comment.