UNPKG

@azuro-org/dictionaries

Version:
7 lines (6 loc) 172 B
type Props = { outcomeId: string | number; withPoint?: boolean; }; declare const getSelectionName: (props: Props) => string; export default getSelectionName;