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

21 lines (20 loc) 565 B
import { Story } from '@ladle/react'; import { Color } from '../../interfaces/INews'; interface HorizontalNewsCardConfigProps { customBackgroundColor: Color; textColor: "dark" | "light"; title: string; description: string; href: string; image: string; imageAlt: string; category: string; date: string; location: string; variant?: "light" | "dark" | "undefined"; } export declare const HorizontalNewsCardStory: Story<HorizontalNewsCardConfigProps>; declare const _default: { title: string; }; export default _default;