UNPKG
carpooluikit
Version:
latest (1.0.0)
1.0.0
carpool finance uikit
github.com/TiscotSerVices/blzd-uikit
TiscotSerVices/blzd-uikit
carpooluikit
/
dist
/
widgets
/
Menu
/
components
/
LangSelector.d.ts
10 lines
(9 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
React
from
"react"
;
import
{
LangType
}
from
"../types"
;
interface
Props
{
currentLang
:
string
;
langs
:
LangType
[];
setLang
:
(
lang
:
LangType
) =>
void
; }
declare
const
_default
:
React
.
NamedExoticComponent
<
Props
>;
export
default
_default;