UNPKG
jb-national-input
Version:
latest (2.4.0)
2.4.0
2.3.0
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
national input web component
github.com/javadbat/jb-national-input
javadbat/jb-national-input
jb-national-input
/
web-component
/
lib
/
types.ts
4 lines
(3 loc)
•
220 B
text/typescript
View Raw
1
2
3
4
import
{
EventTypeWithTarget
}
from
"jb-core"
;
import
{
JBNationalInputWebComponent
}
from
"./jb-national-input"
;
export
type
JBNationalInputEventType
<
TEvent
> =
EventTypeWithTarget
<
TEvent
,
JBNationalInputWebComponent
>