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