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

13 lines 470 B
import { UserCardSize } from '@/utils/SynapseConstants'; export type UserCardListGroupsProps = { sql: string; columnName: string; facetValues: string[]; size: UserCardSize; summaryLink?: string; summaryLinkText?: string; count: number; useQueryResultUserData?: boolean; }; export default function UserCardListGroups(props: UserCardListGroupsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=UserCardListGroups.d.ts.map