test upload file to server
This commit is contained in:
parent
16e0e4f9d8
commit
aaa60216b2
43 changed files with 1814 additions and 285 deletions
8
client-electron/index.d.ts
vendored
Normal file
8
client-electron/index.d.ts
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import 'react'
|
||||
|
||||
declare module 'react' {
|
||||
// add webkitdirectory to input element React.InputHTMLAttributes<HTMLInputElement>
|
||||
interface HTMLInputElement {
|
||||
webkitdirectory?: boolean
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue