We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7541769 commit 623ac85Copy full SHA for 623ac85
src/renderer/components/primitives/CustomCounter.tsx
@@ -7,9 +7,7 @@ import { cn } from '../../utils/cn';
7
type CounterScheme = 'primary' | 'secondary' | 'empty';
8
9
interface ICustomCounter {
10
- /** The content to display within the counter */
11
value: string | number;
12
- /** The visual style of the counter */
13
scheme?: CounterScheme;
14
}
15
0 commit comments