fix: input type

pull/5043/head
tangjinzhou 2021-12-15 22:59:00 +08:00
parent 296a2e549a
commit 0ee974a3aa
1 changed files with 1 additions and 1 deletions

View File

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