UNPKG

@greensight/gds

Version:
6 lines (5 loc) 170 B
import React from 'react'; /** * Copy text to user clipboard. */ export declare const copyToClipboard: (text: string, focusRef?: React.RefObject<HTMLElement>) => void;