UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

6 lines (5 loc) 313 B
declare const TranslationsContext: import("react").Context<any>; export default TranslationsContext; export declare const TranslationsProvider: import("react").Provider<any>; export declare const useTranslations: () => any; export declare function useTranslate(): (id: string, defaultMessage?: string) => string;