Repository URL to install this package:
|
Version:
0.0.15 ▾
|
export interface HeaderWrapProps {
onClick: () => void;
}
export interface TopBarLocaleProps {
country: string;
currency: string;
humanized: string;
name: string;
onClick: () => void;
}
export interface HeaderLocaleProps {
className?: string;
}