diff --git a/components/confirmationservice/ConfirmationService.d.ts b/components/confirmationservice/ConfirmationService.d.ts index 0fec0231a..27d8cb94f 100644 --- a/components/confirmationservice/ConfirmationService.d.ts +++ b/components/confirmationservice/ConfirmationService.d.ts @@ -1,4 +1,4 @@ -import Vue, { Plugin } from 'vue'; +import { Plugin } from 'vue'; import { ConfirmationOptions } from '../confirmationoptions'; declare const plugin: Plugin; diff --git a/components/rating/Rating.d.ts b/components/rating/Rating.d.ts index f6108e35d..c7d037ecc 100755 --- a/components/rating/Rating.d.ts +++ b/components/rating/Rating.d.ts @@ -1,3 +1,4 @@ +import { VNode } from 'vue'; import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers'; export interface RatingChangeEvent {