chore: lint
This commit is contained in:
parent
89a0bf43ea
commit
444e04d19b
@ -10,9 +10,10 @@ interface LoadingInstance {
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface UseFullscreenLoading {
|
interface UseFullscreenLoading {
|
||||||
<T extends (...args: any[]) => ReturnType<T>>(fn: T, options?: LoadingOptions): (
|
<T extends (...args: any[]) => ReturnType<T>>(
|
||||||
...args: Parameters<T>
|
fn: T,
|
||||||
) => Promise<ReturnType<T>>
|
options?: LoadingOptions
|
||||||
|
): (...args: Parameters<T>) => Promise<ReturnType<T>>
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user