UNPKG

@ant-design/x

Version:

Craft AI-driven interfaces effortlessly

9 lines (8 loc) 300 B
import React from 'react'; export interface DropUploaderProps { prefixCls: string; className: string; getDropContainer?: null | (() => HTMLElement | null | undefined); children?: React.ReactNode; } export default function DropArea(props: DropUploaderProps): React.ReactPortal | null;