UNPKG

lost-sia

Version:

Single Image Annotation Tool

10 lines (9 loc) 261 B
type DaviIconProps = { x: number; y: number; color: string; size: number; onClick?: () => void; }; declare const DaviIcon: ({ x, y, color, size, onClick, }: DaviIconProps) => import("react/jsx-runtime").JSX.Element; export default DaviIcon;