Return shape of useCopyToClipboard, held by callers rendering their own copy control. <Identifier> consumes it internally.
<Identifier>
const clipboard: UseCopyToClipboardResult = useCopyToClipboard()<CopyButton {...clipboard} value={partyId} /> Copy
const clipboard: UseCopyToClipboardResult = useCopyToClipboard()<CopyButton {...clipboard} value={partyId} />
Return shape of useCopyToClipboard, held by callers rendering their own copy control.
<Identifier>consumes it internally.Example