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

20 lines (19 loc) 446 B
import { Story } from '@ladle/react'; interface PersonConfigProps { name: string; position: string; organization?: string; email?: string; linkedin?: string; twitter?: string; instagram?: string; facebook?: string; mastodon?: string; xing?: string; bluesky?: string; } export declare const PersonStory: Story<PersonConfigProps>; declare const _default: { title: string; }; export default _default;