UNPKG

react-select-material-ui

Version:

A react SELECT component based on react-select and looking like a material-ui component

13 lines (12 loc) 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MySingleValue = void 0; var jsx_runtime_1 = require("react/jsx-runtime"); function MySingleValue(props) { var children = props.children, className = props.className; var myClassName = className ? "".concat(className, " MuiFormLabel-root") : "MuiFormLabel-root"; return (0, jsx_runtime_1.jsx)("div", { className: myClassName, children: children }); } exports.MySingleValue = MySingleValue;