UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

14 lines (13 loc) 333 B
import 'dayjs/locale/es.js'; import 'dayjs/locale/pt-br.js'; import 'dayjs/locale/de.js'; export type CustomLocale = { name: string; translations: any; }; /** * Function to build localization data for the `TranslationsProvider`. * * @param locale */ export declare function useLocale(locale: string | CustomLocale): any;