UNPKG
@ntragas/pouncejstest
Version:
latest (1.0.0)
1.0.0
A collection of UI components from Panther labs
github.com/panther-labs/pounce
panther-labs/pounce
@ntragas/pouncejstest
/
dist
/
esm
/
components
/
utils
/
Input
/
index.js
6 lines
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
export
{
default
as
InputControl
}
from
'./InputControl'
;
export
{
default
as
InputElement
}
from
'./InputElement'
;
export
{
default
as
InputLabel
}
from
'./InputLabel'
;
export
*
from
'./InputControl'
;
export
*
from
'./InputElement'
;
export
*
from
'./InputLabel'
;