UNPKG

box-ui-elements

Version:
4 lines (3 loc) 146 B
import { IntlShape } from 'react-intl'; declare const formatCount: (count: number, intl: IntlShape) => string | string[]; export { formatCount };