UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

20 lines (17 loc) 497 B
import 'react'; import '../Box/BaseBox/index.js'; import { jsx } from 'react/jsx-runtime'; import { BaseBox } from '../Box/BaseBox/BaseBox.web.js'; var FormHintWrapper = function FormHintWrapper(_ref) { var children = _ref.children; return /*#__PURE__*/jsx(BaseBox, { as: "span", display: "flex", flexDirection: "row", alignItems: "flex-start", gap: "spacing.2", children: children }); }; export { FormHintWrapper }; //# sourceMappingURL=FormHintWrapper.web.js.map