UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

7 lines (6 loc) 234 B
import type { DiffFile } from 'diff2html/lib/types'; export declare function useCodeReviewCopy(diffInfo: DiffFile): { copyTipsText: import("vue").Ref<string>; tipsPopType: import("vue").Ref<string>; onCopy: () => void; };