UNPKG

@shopify/polaris

Version:

Shopify’s product component library

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