antd-mini
Version:
antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。
7 lines (6 loc) • 518 B
JavaScript
import { __assign, __rest } from "tslib";
import { FormItemDefaultProps } from './../FormItem/props';
import { TextareaDefaultProps, } from '../../Input/Textarea/props';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
var value = TextareaDefaultProps.value, defaultValue = TextareaDefaultProps.defaultValue, name = TextareaDefaultProps.name, rest = __rest(TextareaDefaultProps, ["value", "defaultValue", "name"]);
export var FormTextareaDefaultProps = __assign(__assign({}, FormItemDefaultProps), rest);