UNPKG
my-test123
Version:
latest (1.0.0)
1.0.0
A planner front-end for Fabric8.
github.com/fabric8-ui/fabric8-planner
fabric8-ui/fabric8-planner
my-test123
/
app
/
widgets
/
autosize
/
autosize.directive.d.ts
10 lines
(9 loc)
•
271 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
ElementRef
}
from
'@angular/core'
;
export
declare
class
Autosize
{
element
:
ElementRef
;
init_height
:
number
;
onInput
(
textArea
:
HTMLTextAreaElement
):
void
;
constructor
(
element
:
ElementRef
);
ngAfterContentChecked
():
void
;
adjust
():
void
; }