We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296a2e5 commit 0ee974aCopy full SHA for 0ee974a
components/input/inputProps.ts
@@ -75,7 +75,7 @@ export interface AutoSizeType {
75
minRows?: number;
76
maxRows?: number;
77
}
78
-interface ShowCountProps {
+export interface ShowCountProps {
79
formatter: (args: { count: number; maxlength?: number }) => string;
80
81
const textAreaProps = {
0 commit comments