UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

13 lines (10 loc) 227 B
import React from 'react'; import styles from './Truncate.css.js'; function Truncate({ children }) { return /*#__PURE__*/React.createElement("span", { className: styles.Truncate }, children); } export { Truncate };