UNPKG

@hhgtech/hhg-components

Version:
6 lines (3 loc) 127 B
import { createContext } from 'react'; const TranslationsContext = createContext(null); export { TranslationsContext as T };