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

11 lines 445 B
import { SxProps, Theme } from '@mui/material'; /** * CSS class name for HasAccess components in chips to ensure consistent sizing */ export declare const CHIP_ICON_CLASS = "chip-icon-sized"; /** * Shared styling for chips in the SynapseSearchResultsCard * Used by both EntityType chip and HasAccess chip for consistent appearance */ export declare const searchResultsCardChipStyles: SxProps<Theme>; //# sourceMappingURL=chipStyles.d.ts.map