Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Jun 11, 2024
1 parent fcb61fa commit 4b58641
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/src/TethrConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@
import {computed} from 'vue'
import InputRange from './InputRange.vue'
import {TethrConfig} from './useTethr'
interface Props {
label: string
config: TethrConfig<any>
config: any
}
const props = defineProps<Props>()
Expand Down

0 comments on commit 4b58641

Please sign in to comment.