UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

8 lines (4 loc) 218 B
import Values from "../../Translate"; type TranslateFunction = (key: string, values?: typeof Values) => string; declare const UseTranslate: () => TranslateFunction; export { UseTranslate, UseTranslate as default };