UploadTriggerProps
Signature
interface UploadTriggerProps extends InputHTMLAttributes<HTMLInputElement> 
Extends: InputHTMLAttributes<HTMLInputElement>
Properties
Property  | Modifiers  | Type  | Description  | 
|---|---|---|---|
string  | (Optional) 'onClick' 자식 Element 의 props name 중 트리거 할 이벤트를 지정합니다. 기본값은 'onClick' 입니다.  | ||
React.ReactElement  | 자식 Element 입니다. number 나 string 이 아닌 jsx element 나 component 를 넣어주세요  |