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

24 lines (23 loc) 574 B
import { Story } from '@ladle/react'; interface SocialMediaIconsStoryProps { variant?: "dark" | "light"; grow?: boolean; twitter?: boolean; instagram?: boolean; youtube?: boolean; x?: boolean; gitlab?: boolean; github?: boolean; linkedin?: boolean; mastodon?: boolean; facebook?: boolean; xing?: boolean; website?: boolean; email?: boolean; bluesky?: boolean; } export declare const SocialMediaIconsStory: Story<SocialMediaIconsStoryProps>; declare const _default: { title: string; }; export default _default;