From 62ab821326c8aafd7e1d8913c20a659c5f20533b Mon Sep 17 00:00:00 2001 From: reid j sherman Date: Fri, 6 Jan 2023 13:27:03 -0800 Subject: [PATCH] Update utility-types.md --- src/api/utility-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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