From e4c3bbab76f3cc5c7021253870f1b4467f4895e8 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Tue, 3 Jan 2023 09:31:56 +0000 Subject: [PATCH] Refactor --- components/confirmationservice/ConfirmationService.d.ts | 2 +- components/rating/Rating.d.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 {