Skip to main content
Header
Allows users to upload and remove an image.
  • Usage
  • Props
import { ImageInput } from "@/ui/input/components/ImageInput";

export const MyComponent = () => {
  return <ImageInput/>;
};