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

17 lines (16 loc) 379 B
import { Story } from '@ladle/react'; interface GridCardConfig { title: string; subtitle?: string; buttonCaption?: string; buttonTarget?: string; img?: string; imgAlt?: string; light?: boolean; children?: string; } export declare const GridCardStory: Story<GridCardConfig>; declare const _default: { title: string; }; export default _default;