UNPKG

@wq/material-web

Version:

Web bindings for @wq/material

7 lines (5 loc) 148 B
import React from "react"; import File from "./File.js"; export default function Image(props) { return <File accept="image/*" {...props} />; }