UNPKG

sailboat-design

Version:
10 lines (9 loc) 289 B
/// <reference types="react" /> import { ThemeProps } from '../Icon/icon'; interface DraggerProps { children: React.ReactNode; onFile: (files: FileList) => void; theme?: ThemeProps; } declare function Draggle(props: DraggerProps): JSX.Element; export default Draggle;