We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35b5de commit 30e1a70Copy full SHA for 30e1a70
src/api/utility-types.md
@@ -11,7 +11,7 @@ Used to annotate a prop with more advanced types when using runtime props declar
11
- **Example**
12
13
```ts
14
- import { PropType } from 'vue'
+ import type { PropType } from 'vue'
15
16
interface Book {
17
title: string
0 commit comments