UNPKG

@brizy/ui

Version:
9 lines (8 loc) 202 B
import { FCC } from "../types"; export interface Props { text?: string; size?: "small" | "large"; iconSize?: string; onClick?: VoidFunction; } export declare const DragDrop: FCC<Props>;