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

9 lines 635 B
import { BoxProps } from '@mui/material'; import { StyledComponent } from '@emotion/styled'; export declare const FACET_PLOTS_CARD_CLASSNAME = "FacetPlotsCard"; export declare const FACET_PLOTS_CARD_TITLE_CONTAINER_CLASSNAME = "FacetPlotsCardTitleContainer"; export declare const FACET_PLOTS_CARD_PLOT_CONTAINER_CLASSNAME = "FacetPlotsCardPlotContainer"; export declare const FacetPlotsCardGridContainer: StyledComponent<BoxProps>; export declare const FacetPlotsCardTitleContainer: StyledComponent<BoxProps>; export declare const FacetPlotsCardPlotContainer: StyledComponent<BoxProps>; //# sourceMappingURL=FacetPlotsCardGrid.d.ts.map