UNPKG

@wq/material-web

Version:

Web bindings for @wq/material

9 lines (8 loc) 204 B
import React from "react"; import File from "./File.js"; export default function Image(props) { return /*#__PURE__*/ React.createElement(File, { accept: "image/*", ...props, }); }