Refactor
parent
c5c1e69a65
commit
e4c3bbab76
|
@ -1,4 +1,4 @@
|
||||||
import Vue, { Plugin } from 'vue';
|
import { Plugin } from 'vue';
|
||||||
import { ConfirmationOptions } from '../confirmationoptions';
|
import { ConfirmationOptions } from '../confirmationoptions';
|
||||||
|
|
||||||
declare const plugin: Plugin;
|
declare const plugin: Plugin;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
import { VNode } from 'vue';
|
||||||
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
||||||
|
|
||||||
export interface RatingChangeEvent {
|
export interface RatingChangeEvent {
|
||||||
|
|
Loading…
Reference in New Issue