UNPKG

material-components

Version:

Stateless UI components for react that follow material design

4 lines (3 loc) 99 B
export default function setLocale({ props: { locale }, state }) { state.set('locale', locale); }