UNPKG

carpooluikit

Version:
10 lines (9 loc) 255 B
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;