UNPKG
ion-oui
Version:
latest (1.0.0)
1.0.0
The client library of oui builder for ionic
ion-oui
/
lib
/
oui-click-handler.js
10 lines
(9 loc)
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
OUIIonClickEvent
=
void
0
;
var
OUIIonClickEvent
=
/**
@class
*/
(
function
(
) {
function
OUIIonClickEvent
(
) { }
return
OUIIonClickEvent
; }());
exports
.
OUIIonClickEvent
=
OUIIonClickEvent
;