synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
8 lines • 360 B
TypeScript
import { FacetPlotLegendProps } from './FacetPlotLegendUtils';
type FacetPlotLegendTableProps = FacetPlotLegendProps & {
facetName?: string;
linkToFullQuery?: string;
};
export declare function FacetPlotLegendTable(props: FacetPlotLegendTableProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=FacetPlotLegendTable.d.ts.map