UNPKG

bento-charts

Version:
13 lines 410 B
import { jsx as _jsx } from "react/jsx-runtime"; var NoData = function (_a) { var height = _a.height; return (_jsx("div", { style: { display: 'flex', alignItems: 'center', justifyContent: 'center', height: "".concat(height, "px"), width: '100%', }, children: "No Data" })); }; export default NoData; //# sourceMappingURL=NoData.js.map