Skip to content

Commit

Permalink
chore: improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyxu1102 committed Mar 27, 2023
1 parent 221914e commit c1fd781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dts-test/defineComponent.test-d.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,7 @@ describe('prop starting with `on*` is broken', () => {
})
})

// #5885
describe('should work when props type is incompatible with setup returned type ', () => {
type SizeType = 'small' | 'big'
const Comp = defineComponent({
Expand Down

0 comments on commit c1fd781

Please sign in to comment.