UNPKG
dm-web-react
Version:
latest (1.0.3)
1.0.3
The DM web client with React.
dm-web-react
/
src
/
components
/
Input
/
index.ts
3 lines
(2 loc)
•
71 B
text/typescript
View Raw
1
2
3
export
{
Input
as
default
}
from
"./styled"
;
export
*
from
"./styled"
;