UNPKG

@wulperstudio/cms

Version:
9 lines 292 B
import React, { forwardRef } from 'react'; import { Root } from './styled'; import { jsx as _jsx } from "react/jsx-runtime"; var InputBox = /*#__PURE__*/forwardRef(function (props, ref) { return /*#__PURE__*/_jsx(Root, Object.assign({ ref: ref }, props)); }); export default InputBox;