UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

9 lines (8 loc) 279 B
export declare type Interceptor = (...args: any[]) => Promise<boolean> | boolean; export declare function noop(): void; export declare function callInterceptor(options: { interceptor?: Interceptor; args?: any[]; done: () => void; canceled?: () => void; }): void;