UNPKG

250 BTypeScriptView Raw
1import { FunctionComponent } from 'react';
2export interface CountProps {
3 prefixCls?: string;
4 count?: number | (() => number | undefined);
5 overflowCount?: number;
6}
7declare const Count: FunctionComponent<CountProps>;
8export default Count;
9
\No newline at end of file