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.

9 lines (5 loc) 233 B
// @flow import Values from "../../Translate/index"; type TranslateFunction = (key: string, values?: typeof Values) => string; declare const UseTranslate: () => TranslateFunction; export { UseTranslate, UseTranslate as default };