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