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).

10 lines (9 loc) 319 B
export interface LogoProps { organization?: "fchh" | "frbs"; lightColor?: boolean; monotone?: boolean; alt?: string; className?: string; id?: string; } export declare function Logo({ lightColor, monotone, alt, className, organization, id, }: LogoProps): import("react/jsx-runtime").JSX.Element;