We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0617caf commit 27f7d9cCopy full SHA for 27f7d9c
1 file changed
src/components/core/filters/filter-header.jsx
@@ -9,7 +9,7 @@ type Props = {
9
expanded: boolean,
10
onClear: Function,
11
onClick: Function,
12
- renderCount: Function,
+ renderCount: (count: number) => string,
13
};
14
15
const FilterHeader = (props: Props): Element<*> => {
0 commit comments