fileHandle refactor & fixes (#2252)
This commit is contained in:
7
src/global.d.ts
vendored
7
src/global.d.ts
vendored
@ -76,3 +76,10 @@ type CallableType<T extends (...args: any[]) => any> = (
|
||||
type ForwardRef<T, P = any> = Parameters<
|
||||
CallableType<React.ForwardRefRenderFunction<T, P>>
|
||||
>[1];
|
||||
|
||||
// --------------------------------------------------------------------------—
|
||||
|
||||
interface Blob {
|
||||
handle?: import("browser-nativefs").FileSystemHandle;
|
||||
name?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user