@orfeas126/box-ui-elements
Version:
Box UI Elements
15 lines • 412 B
JavaScript
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