UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

5 lines 192 B
//#region src/utils/copyToClipboard.d.ts declare const copyToClipboard: (text: string) => Promise<void>; //#endregion export { copyToClipboard }; //# sourceMappingURL=copyToClipboard.d.mts.map