box-ui-elements
Version:
Box UI Elements
15 lines • 729 B
JavaScript
import * as React from 'react';
import Ghost from '../../components/ghost';
import GraphCardGhostState from './GraphCardGhostState';
import './ContentInsightsSummaryGhostState.scss';
const ContentInsightsSummaryGhostState = () => /*#__PURE__*/React.createElement("div", {
className: "ContentInsightsSummaryGhostState"
}, /*#__PURE__*/React.createElement(GraphCardGhostState, null), /*#__PURE__*/React.createElement("div", {
className: "ContentInsightsSummaryGhostState-cta"
}, /*#__PURE__*/React.createElement(Ghost, {
borderRadius: 6,
className: "ContentInsightsSummaryGhostState-ctaButton",
height: 32
})));
export default ContentInsightsSummaryGhostState;
//# sourceMappingURL=ContentInsightsSummaryGhostState.js.map