Type
This commit is contained in:
parent
b67966a9fb
commit
b600a2763d
|
@ -16,8 +16,8 @@ interface ClipboardDerivedStore {
|
|||
interface ClipboardActions {
|
||||
clipboard: ClipboardStore["clipboard"] & {
|
||||
actions: {
|
||||
copy: any
|
||||
paste: any
|
||||
copy: () => void
|
||||
paste: (progressCallback: () => void) => Promise<void>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue