UNPKG
ng-zorro-antd-mobile
Version:
latest (10.0.0)
10.0.0
9.0.0
8.0.0
7.0.0
6.0.0
5.0.1
5.0.0
4.0.0
3.0.3
3.0.2
3.0.1
3.0.0
2.0.7
2.0.3
2.0.2
2.0.1
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc.0
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.9
0.11.8
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.1
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.0.0-NOT-USED
An enterprise-class mobile UI components based on Ant Design and Angular
ng-zorro-antd-mobile
/
core
/
directive
/
touch-feedback.component.d.ts
11 lines
(10 loc)
•
298 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
ElementRef
,
Renderer2
}
from
'@angular/core'
;
export
declare
class
TouchFeedBackComponent
{
private
_ele;
private
_render;
activeClassName
:
string
;
activeStyle
:
boolean
;
touchStart
():
void
;
touchEnd
():
void
;
constructor
(
_ele
:
ElementRef
,
_render
:
Renderer2
); }