提交 ea812409 编写于 作者: O oasis-cloud

fix: textarea defaultProps type error

上级 f621e71c
......@@ -34,10 +34,7 @@ const defaultProps = {
disabled: false,
autosize: false,
} as TextAreaProps
export const TextArea: FunctionComponent<
Partial<TextAreaProps> &
Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'>
> = (props) => {
export const TextArea: FunctionComponent<Partial<TextAreaProps>> = (props) => {
const { locale } = useConfig()
const {
className,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册