Feat: Input에 webkitdirectory 타입 추가
This commit is contained in:
parent
850351f6b6
commit
3ba4f71240
7
frontend/src/index.d.ts
vendored
Normal file
7
frontend/src/index.d.ts
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import 'react';
|
||||
|
||||
declare module 'react' {
|
||||
interface InputHTMLAttributes<T> extends AriaAttributes, DOMAttributes<T> {
|
||||
webkitdirectory?: string;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user