diff --git a/src/api/utility-types.md b/src/api/utility-types.md index e2586f29aa..ab5824b0d5 100644 --- a/src/api/utility-types.md +++ b/src/api/utility-types.md @@ -11,7 +11,7 @@ Used to annotate a prop with more advanced types when using runtime props declar - **Example** ```ts - import { PropType } from 'vue' + import type { PropType } from 'vue' interface Book { title: string