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

7 lines (6 loc) 239 B
export interface Props { faded?: boolean; onSearch: (keyword: string) => void; onHover?: (value: boolean) => void; } export declare function Search({ onSearch, onHover, faded }: Props): import("react/jsx-runtime").JSX.Element;