Skip to content

Commit

Permalink
chore: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum authored Mar 16, 2023
1 parent 9db46cc commit 0afeb5f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/histoire-plugin-svelte/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ export interface Hst {
}>
Number: typeof SvelteComponentTyped<{
value?: number
title: string;
step?: number;
title: string
step?: number
}>
Slider: typeof SvelteComponentTyped<{
value?: number;
title: string;
min: number;
max: number;
step?: number;
value?: number
title: string
min: number
max: number
step?: number
}>
Textarea: typeof SvelteComponentTyped<{
value?: string
Expand Down

0 comments on commit 0afeb5f

Please sign in to comment.