Skip to content

Commit

Permalink
fix(svelte): Supplement missing member types (#483)
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Chau <[email protected]>
  • Loading branch information
fw6 and Akryum authored Mar 16, 2023
1 parent efca3f0 commit b99ce84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/histoire-plugin-svelte/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ export interface Hst {
Number: typeof SvelteComponentTyped<{
value?: number
title: string
step?: number
}>
Slider: typeof SvelteComponentTyped<{
value?: number
title: string
min: number
max: number
step?: number
}>
Textarea: typeof SvelteComponentTyped<{
value?: string
Expand Down

0 comments on commit b99ce84

Please sign in to comment.