copyToClipboard typing improvement.
This commit is contained in:
parent
ef3ac8883e
commit
fa3c5f1466
|
@ -1,4 +1,4 @@
|
||||||
declare module "./helpers" {
|
declare module "./helpers" {
|
||||||
export const cloneDeep: <T>(obj: T) => T
|
export const cloneDeep: <T>(obj: T) => T
|
||||||
export const copyToClipboard: (value: any) => any
|
export const copyToClipboard: (value: any) => Promise<void>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue