fix: input type

pull/5043/head
tangjinzhou 3 years ago
parent 296a2e549a
commit 0ee974a3aa

@ -75,7 +75,7 @@ export interface AutoSizeType {
minRows?: number;
maxRows?: number;
}
interface ShowCountProps {
export interface ShowCountProps {
formatter: (args: { count: number; maxlength?: number }) => string;
}
const textAreaProps = {

Loading…
Cancel
Save