UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

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