UNPKG

vue-json-pretty

Version:

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

4 lines (3 loc) 90 B
export declare function useClipboard(): { copy: (source: string) => Promise<void>; };