UNPKG

vite-uni-dev-tool

Version:

vite-uni-dev-tool, debug, uni-app, 一处编写,到处调试

8 lines 225 B
type UseErrorOptions = { emitListener: boolean; }; export declare function useError(message: string, { emitListener }: UseErrorOptions): { emit: () => never; }; export {}; //# sourceMappingURL=useError.d.ts.map