synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
11 lines • 445 B
TypeScript
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