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

14 lines (13 loc) 345 B
import { Story } from '@ladle/react'; interface FeatureConfigProps { href?: string; hrefCaption?: string; icon?: "wikis" | "chat" | "scales" | "flash"; title: string; description: string; } export declare const FeatureStory: Story<FeatureConfigProps>; declare const _default: { title: string; }; export default _default;