@xw3/maki-ts
Preparing search index...
useCopy
Function useCopy
useCopy
(
opts
?:
{
onCopy
?:
Function
;
onSuccess
?:
Function
;
text
?:
string
}
,
)
:
{
copy
:
(
value
?:
string
)
=>
void
;
isCopied
:
boolean
}
Parameters
Optional
opts
:
{
onCopy
?:
Function
;
onSuccess
?:
Function
;
text
?:
string
}
Returns
{
copy
:
(
value
?:
string
)
=>
void
;
isCopied
:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@xw3/maki-ts
Loading...