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.
className
1 parent 7aed708 commit b01618bCopy full SHA for b01618b
src/sender.tsx
@@ -10,7 +10,6 @@ import type { Backend } from "./utils";
10
export interface InputCountProps extends React.ComponentProps<"span"> {
11
count: number;
12
limit: number;
13
- className: string;
14
}
15
16
export function InputCount({
0 commit comments