UNPKG

@fchh/fcos-suite-ui

Version:

Reusable UI components based on React and TailwindCSS for the Fab City OS Suite (initially funded by the Interfacer EU project).

3 lines (2 loc) 257 B
import { ITopBar } from '../interfaces/IHeader'; export declare function TopBar({ items, languages, onChangeLanguage, selectedLanguage, onSearch, light, hideSearchIcon, customLogo, logoClassName, }: ITopBar): import("react/jsx-runtime").JSX.Element | null;