UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

8 lines (7 loc) 175 B
import { FC } from 'react'; type Props = { onClick?: () => void; }; declare const CustomDot: FC<Props>; export default CustomDot; //# sourceMappingURL=custom-dot.d.ts.map