UNPKG

@orfeas126/box-ui-elements

Version:
15 lines 412 B
import PropTypes from 'prop-types'; import * as React from 'react'; const ItemListLoadingPlaceholder = ({ width = '80%' }) => /*#__PURE__*/React.createElement("div", { className: "item-list-loading-placeholder", style: { width } }); ItemListLoadingPlaceholder.propTypes = { width: PropTypes.string }; export default ItemListLoadingPlaceholder; //# sourceMappingURL=ItemListLoadingPlaceholder.js.map