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

14 lines 517 B
export type SelectionCriteriaPillProps = { readonly key: string; readonly innerText: string; readonly tooltipText: string; readonly onRemoveFilter: () => void; }; /** * Renders a pill or chicklet to represent a Synapse Table Query filter/selection criterion. * @param props * @constructor */ declare function SelectionCriteriaPill(props: SelectionCriteriaPillProps): import("react/jsx-runtime").JSX.Element; export default SelectionCriteriaPill; //# sourceMappingURL=SelectionCriteriaPill.d.ts.map