Repository URL to install this package:
|
Version:
3.0.12 ▾
|
export const defaultProps = {
maxLength: 1000,
className: 'textarea',
placeholder: '',
nowrap: false,
}
export const omitKeys = [
'type',
'placeHolder',
'nowrap',
'classList',
'dynamicState',
'state',
'elementList',
'placeholderText',
'props',
]