UNPKG

@vitepress-demo-preview/component

Version:

preview component of code and component in vitepress

5 lines (4 loc) 138 B
export declare const useCodeCopy: () => { copyContent: import("vue").Ref<string>; clickCopy: (value: string) => Promise<void>; };