Skip to content

Commit b01618b

Browse files
committed
chore: mark className as optional
1 parent 7aed708 commit b01618b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sender.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import type { Backend } from "./utils";
1010
export interface InputCountProps extends React.ComponentProps<"span"> {
1111
count: number;
1212
limit: number;
13-
className: string;
1413
}
1514

1615
export function InputCount({

0 commit comments

Comments
 (0)