UNPKG

compote-ui

Version:

An opinionated UI component library for Svelte, built on top of [Ark UI](https://ark-ui.com) with additional components and features not available in the core Ark UI library.

6 lines (5 loc) 366 B
import { ImageCropper } from '@ark-ui/svelte/image-cropper'; import type { ImageCropperProps } from './types'; declare const ImageCropper: import("svelte").Component<ImageCropperProps, {}, "src" | "getCropData" | "aspectRatio" | "rotation" | "getCroppedImage" | "getProcessedImage">; type ImageCropper = ReturnType<typeof ImageCropper>; export default ImageCropper;