UNPKG

@acrsolutions/chat-components

Version:

Un set di componenti per la creazione di un'applicazione di messaggistica

6 lines (5 loc) 191 B
import { useContext } from 'react'; import { ThemeConfigContext } from '../components/ThemeConfigContext'; export const useCustomTheme = () => { return useContext(ThemeConfigContext); };