UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

9 lines (8 loc) 219 B
import { FC } from 'react'; type Props = { onClick?: () => void; classes?: string; }; declare const CustomRightArrow: FC<Props>; export default CustomRightArrow; //# sourceMappingURL=custom-right-arrow.d.ts.map