From 582204a1f00dba294454852f8528970f5ead8f09 Mon Sep 17 00:00:00 2001 From: Vlada Skorohodova <94827090+vladaskorohodova@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:13:11 +0400 Subject: [PATCH] Vue: update Typescript Support topic (#5574) --- .../05 Component Specific Types.md | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/concepts/55 Vue Components/70 TypeScript Support/05 Component Specific Types.md b/concepts/55 Vue Components/70 TypeScript Support/05 Component Specific Types.md index 0be5e4db24..c0ea983c81 100644 --- a/concepts/55 Vue Components/70 TypeScript Support/05 Component Specific Types.md +++ b/concepts/55 Vue Components/70 TypeScript Support/05 Component Specific Types.md @@ -1,4 +1,4 @@ -To import component-specific types, use the `DxComponentTypes` declaration where `Component` is the component name: +To get component-specific types, import the `DxComponentTypes` declaration where `Component` is the component name: