fix: input type
parent
296a2e549a
commit
0ee974a3aa
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue