react-use/lib/useDropArea.d.ts
2019-02-07 11:54:48 +00:00

4 lines
309 B
TypeScript

import * as React from 'react';
declare const useDropArea: (el: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>) => void;
export default useDropArea;