跳转到主要内容
Header
允許用戶上傳和移除圖片。
  • Usage
  • Props
import { ImageInput } from "@/ui/input/components/ImageInput";

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