UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

11 lines (8 loc) 215 B
import React from 'react'; import styles from './InlineCode.css.js'; const InlineCode = ({ children }) => /*#__PURE__*/React.createElement("code", { className: styles.Code }, children); export { InlineCode };