Skip to content

Commit 703bc1d

Browse files
chore: rollback code
1 parent 2a64225 commit 703bc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dts-test/defineComponent.test-d.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ describe('function syntax w/ runtime props', () => {
13641364
)
13651365

13661366
defineComponent(
1367-
(_props: { msg: number }) => {
1367+
(_props: { msg: string }) => {
13681368
return () => {}
13691369
},
13701370
{

0 commit comments

Comments
 (0)