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