UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

17 lines (11 loc) 526 B
'use strict'; var React = require('react'); var ChoiceInputField = require('../ChoiceInputField.js'); function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; } var React__default = /*#__PURE__*/_interopDefault(React); const ChoiceFieldCaption = ({ children }) => /*#__PURE__*/React__default.default.createElement(ChoiceInputField.Caption, null, children); ChoiceFieldCaption.displayName = "ChoiceFieldCaption"; var ChoiceFieldCaption$1 = ChoiceFieldCaption; module.exports = ChoiceFieldCaption$1;