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: