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
/
dist
/
lib
/
jb-national-input.d.ts
9 lines
(8 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
"jb-input"
;
import
{
JBInputWebComponent
}
from
"jb-input"
;
export
*
from
"./types"
;
export
declare
class
JBNationalInputWebComponent
extends
JBInputWebComponent
{ #
private
;
constructor
(
);
initMobileInputWebComponent
():
void
; }