UNPKG

@findify/react-components

Version:
12 lines 337 B
import { jsx as _jsx } from "react/jsx-runtime"; var styles = { "root": "findify-layouts--custom" }; export default (function (_ref) { var _ref$theme = _ref.theme, theme = _ref$theme === void 0 ? styles : _ref$theme; return /*#__PURE__*/_jsx("div", { className: theme.root, children: "Findify Custom Layout" }); });