@perfma/heaven
Version:
An UI Framework base [Ant Design V4](https://ant.design/components/overview-cn/) for React.
13 lines (12 loc) • 747 B
TypeScript
import React from 'react';
import { InputProps } from 'antd';
export interface ProInputProps extends InputProps {
limit?: number;
}
declare const _default: React.ForwardRefExoticComponent<ProInputProps & React.RefAttributes<unknown>> & {
Group: React.FC<import("antd/lib/input").GroupProps>;
Search: React.ForwardRefExoticComponent<import("antd/lib/input").SearchProps & React.RefAttributes<import("antd").InputRef>>;
TextArea: React.ForwardRefExoticComponent<import("./text-area").ProTextAreaProps & React.RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
Password: React.ForwardRefExoticComponent<import("antd/lib/input").PasswordProps & React.RefAttributes<import("antd").InputRef>>;
};
export default _default;