UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

10 lines (9 loc) 300 B
import { jsx as _jsx } from "react/jsx-runtime"; const Description = ({ children })=>{ if (children === undefined || children == null) return null; return /*#__PURE__*/ _jsx("div", { className: "bf-label-description", children: children }); }; export default Description;