Use copy email to clipboard as an action
Returns an event with the email to detect for value and timeouts
This commit is contained in:
1
src/app.d.ts
vendored
1
src/app.d.ts
vendored
@@ -16,6 +16,7 @@ declare namespace svelte.JSX {
|
||||
interface HTMLAttributes<T> {
|
||||
onswipe?: (event: CustomEvent<string> & { target: EventTarget & T }) => any,
|
||||
ontap?: (event: CustomEvent<boolean> & { target: EventTarget & T }) => any,
|
||||
oncopied?: (event: CustomEvent<any> & { target: EventTarget & T }) => any,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user