UNPKG
react-localized-input
Version:
latest (1.0.3)
1.0.3
1.0.2
A simple input library for React and Next.js
react-localized-input
/
dist
/
index.d.ts
3 lines
(2 loc)
•
139 B
TypeScript
View Raw
1
2
3
import
{
InputComponent
,
LanguageValidationProps
}
from
"./components/InputComponent"
;
export
{
InputComponent
,
LanguageValidationProps
};