@findify/react-components
Version:
Findify react UI components
13 lines • 374 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
var styles = {
"root": "findify-components-autocomplete--block-title"
};
export default (function (_ref) {
var children = _ref.children,
_ref$theme = _ref.theme,
theme = _ref$theme === void 0 ? styles : _ref$theme;
return /*#__PURE__*/_jsx("h4", {
className: theme.root,
children: children
});
});