pull/3426/head^2
mertsincan 2023-01-03 09:31:56 +00:00
parent c5c1e69a65
commit e4c3bbab76
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import Vue, { Plugin } from 'vue';
import { Plugin } from 'vue';
import { ConfirmationOptions } from '../confirmationoptions';
declare const plugin: Plugin;

View File

@ -1,3 +1,4 @@
import { VNode } from 'vue';
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
export interface RatingChangeEvent {