UNPKG

@makeen.io/material-ui-kit

Version:
5 lines 380 B
import React from "react"; import TextField from "@material-ui/core/TextField"; import { Controller } from "react-hook-form"; export default (function (props) {return /*#__PURE__*/React.createElement(Controller, { as: TextField, id: props.id, name: props.name, label: props.label, control: props.control, placeholder: props.placeholder });}); //# sourceMappingURL=MuiSwitch.js.map