uppy/packages/@uppy
Andy Chong 59bfaf0d20
react/drag-drop: add a type test and document shared props (#2003)
* Update react-dragdrop.md

DragDrop component only accept `uppy` and `locale` props according to the type declared.
```
import { Uppy, Locale } from './CommonTypes';

export interface DragDropProps {
  uppy: Uppy;
  locale?: Locale;
}

/**
 * React component that renders an area in which files can be dropped to be
 * uploaded.
 */
declare const DragDrop: React.ComponentType<DragDropProps>;
export default DragDrop;```

* drag-drop: accept a number for width/height

* docs: add back dragdrop props

* docs: use the same option style as previously [skip ci]

Co-authored-by: Renée Kooi <renee@kooi.me>
2020-02-24 15:13:01 +01:00
..
aws-s3 Release 2020-02-14 23:17:48 +01:00
aws-s3-multipart Release 2020-02-14 23:17:48 +01:00
companion make s3 signed url expiry configurable in companion (#2085) 2020-02-24 11:16:04 +01:00
companion-client Release 2020-02-14 23:17:48 +01:00
core Release 2020-02-14 23:17:48 +01:00
dashboard Release 2020-02-14 23:17:48 +01:00
drag-drop react/drag-drop: add a type test and document shared props (#2003) 2020-02-24 15:13:01 +01:00
dropbox Release 2020-02-14 23:17:48 +01:00
facebook Release 2020-02-14 23:17:48 +01:00
file-input Release 2020-02-14 23:17:48 +01:00
form Release 2020-02-14 23:17:48 +01:00
golden-retriever Release 2020-02-14 23:17:48 +01:00
google-drive Release 2020-02-14 23:17:48 +01:00
informer Release 2020-02-14 23:17:48 +01:00
instagram Release 2020-02-14 23:17:48 +01:00
locales Update zh_TW.js (#2075) 2020-02-24 14:06:01 +01:00
onedrive Release 2020-02-14 23:17:48 +01:00
progress-bar Release 2020-02-14 23:17:48 +01:00
provider-views Release 2020-02-14 23:17:48 +01:00
react react/drag-drop: add a type test and document shared props (#2003) 2020-02-24 15:13:01 +01:00
react-native Release 2019-10-09 21:00:46 +02:00
redux-dev-tools Release 2020-02-14 23:17:48 +01:00
robodog Release 2020-02-14 23:17:48 +01:00
status-bar Release 2020-02-14 23:17:48 +01:00
store-default Release 2020-02-14 23:17:48 +01:00
store-redux Release 2020-02-14 23:17:48 +01:00
thumbnail-generator Release 2020-02-14 23:17:48 +01:00
transloadit Release 2020-02-14 23:17:48 +01:00
tus Release 2020-02-14 23:17:48 +01:00
url Release 2020-02-14 23:17:48 +01:00
utils Release 2020-02-14 23:17:48 +01:00
webcam Fix#2071 Check the availability isTypeSupported api before call… (#2072) 2020-02-17 12:26:03 +01:00
xhr-upload Release 2020-02-14 23:17:48 +01:00