Skip to content

Commit 623ac85

Browse files
committed
refactor: layout components
Signed-off-by: Adam Setch <[email protected]>
1 parent 7541769 commit 623ac85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/renderer/components/primitives/CustomCounter.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ import { cn } from '../../utils/cn';
77
type CounterScheme = 'primary' | 'secondary' | 'empty';
88

99
interface ICustomCounter {
10-
/** The content to display within the counter */
1110
value: string | number;
12-
/** The visual style of the counter */
1311
scheme?: CounterScheme;
1412
}
1513

0 commit comments

Comments
 (0)