UNPKG

antd-color-editor

Version:

An open-source color editor for designing color system

11 lines 321 B
import { memo } from 'react'; import { PanelTitle } from "../../styles"; import { jsxs as _jsxs } from "react/jsx-runtime"; var Label = /*#__PURE__*/memo(function (_ref) { var icon = _ref.icon, title = _ref.title; return /*#__PURE__*/_jsxs(PanelTitle, { children: [icon, title] }); }); export default Label;