UNPKG

shineout

Version:

Shein 前端组件库

11 lines (10 loc) 348 B
/// <reference types="react" /> import { PureComponent } from '../component'; import { DraggerProps } from './Props'; declare class Dragger extends PureComponent<DraggerProps> { constructor(props: DraggerProps); getMatchedFile(files?: never[]): any; handleDrop(files: File[]): void; render(): JSX.Element; } export default Dragger;