UNPKG
@sproott/sveltekit-superforms
Version:
latest (2.27.1-next)
2.27.1-next
Making SvelteKit forms a pleasure to use!
superforms.rocks
@sproott/sveltekit-superforms
/
dist
/
client
/
clipboardCopy.d.ts
5 lines
(4 loc)
•
92 B
TypeScript
View Raw
1
2
3
4
5
/** *
@param
{
string
}
text
*/
export
function
clipboardCopy
(
text: string
):
Promise
<
void
>;