Skip to content

Commit 0ee974a

Browse files
committed
fix: input type
1 parent 296a2e5 commit 0ee974a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/input/inputProps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export interface AutoSizeType {
7575
minRows?: number;
7676
maxRows?: number;
7777
}
78-
interface ShowCountProps {
78+
export interface ShowCountProps {
7979
formatter: (args: { count: number; maxlength?: number }) => string;
8080
}
8181
const textAreaProps = {

0 commit comments

Comments
 (0)