UNPKG

pkg-components

Version:
6 lines (4 loc) 113 B
import Cropper from './js/cropper' export const ContainerCropper = (props) => { return new Cropper(props) }