UNPKG
@mobiscroll/react-lite
Version:
latest (4.10.9)
4.10.9
4.10.8
4.10.6
4.10.2
4.9.0
4.8.4
4.8.1
4.7.3
4.7.2
4.6.3
4.6.1
4.5.2
4.5.0
4.4.3
4.4.2
4.4.1
4.4.0
4.3.2
4.3.0
4.2.4
4.2.3
4.2.1
4.1.1
4.1.0
4.0.0
React UI library for progressive web and hybrid apps
mobiscroll.com
acidb/mobiscroll
@mobiscroll/react-lite
/
dist
/
src
/
js
/
classes
/
textarea.d.ts
7 lines
(6 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
MbscFormOptions
}
from
'./forms'
;
import
{
Input
}
from
'./input'
;
export
class
TextArea
extends
Input
{
constructor
(
element
:
any
,
settings
:
MbscFormOptions
);
resize
():
void
; }