Repository URL to install this package:
|
Version:
0.1.7 ▾
|
/**
* @file list of language options in top bar with modal
*
* @TODO need to add localStorage to save this
*
* @NOTE was using this before to mock snackbar
* const snacked = this.state.isModalVisible ? <ToastSnackbar /> : null
* import ToastSnackbar from 'atoms/ToastSnackbar'
*/
import React from 'react';
import { HeaderLocaleProps } from './typings';
declare class HeaderLocale extends React.Component<HeaderLocaleProps> {
handleMenuClick(): void;
render(): JSX.Element;
}
export default HeaderLocale;