We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c5384 commit 3f5f98dCopy full SHA for 3f5f98d
test-dts/defineComponent.test-d.tsx
@@ -90,7 +90,7 @@ describe('with object props', () => {
90
ff: Function as PropType<(a: number, b: string) => { a: boolean }>,
91
// explicit type casting with constructor
92
ccc: Array as () => string[],
93
- // required + contructor type casting
+ // required + constructor type casting
94
ddd: {
95
type: Array as () => string[],
96
required: true
0 commit comments