UNPKG

vue-json-pretty

Version:

A JSON tree view component that is easy to use and also supports data selection.

8 lines (7 loc) 188 B
declare type UseErrorOptions = { emitListener: boolean; }; export declare function useError(message: string, { emitListener }: UseErrorOptions): { emit: () => never; }; export {};