UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

21 lines (20 loc) 599 B
import { jsx as t } from "react/jsx-runtime"; import u from "../../QueryWrapperPlotNav/QueryWrapperPlotNav.js"; import f from "../../StandaloneQueryWrapper/StandaloneQueryWrapper.js"; function y(e) { const { query: r, showquery: n, tableonly: a } = e, l = n === "true", s = a === "true", o = "Items"; return s ? /* @__PURE__ */ t(f, { sql: r, name: o }) : /* @__PURE__ */ t( u, { sql: r, hideSqlEditorControl: !l, name: o, defaultShowPlots: !1, tableConfiguration: {} } ); } export { y as default }; //# sourceMappingURL=MarkdownSynapseTable.js.map