Skip to content

Commit 30e1a70

Browse files
authored
Update utility-types.md (#2152)
1 parent a35b5de commit 30e1a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/utility-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Used to annotate a prop with more advanced types when using runtime props declar
1111
- **Example**
1212

1313
```ts
14-
import { PropType } from 'vue'
14+
import type { PropType } from 'vue'
1515

1616
interface Book {
1717
title: string

0 commit comments

Comments
 (0)