Fixed #1836 - For ConfirmationService
parent
b28aa82090
commit
87a6e7dd7e
|
@ -1,10 +1,11 @@
|
||||||
import Vue, { Plugin } from 'vue';
|
import Vue, { Plugin } from 'vue';
|
||||||
|
import { ConfirmationOptions } from '../confirmationoptions';
|
||||||
|
|
||||||
declare const plugin: Plugin;
|
declare const plugin: Plugin;
|
||||||
export default plugin;
|
export default plugin;
|
||||||
|
|
||||||
interface ConfirmationServiceMethods {
|
interface ConfirmationServiceMethods {
|
||||||
require(options: any): any;
|
require(options: ConfirmationOptions): any;
|
||||||
close(): void;
|
close(): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue