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) 200 B
import { IToolbar } from '../interfaces/IHeader'; export declare function Toolbar({ isMobileOpen, className, items, extendedToolbarItems, }: IToolbar): import("react/jsx-runtime").JSX.Element | null;