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

10 lines (9 loc) 241 B
import { Story } from '@ladle/react'; interface LogoGridConfigProps { columns: 2 | 3 | 4 | 5 | 6; } export declare const LogoGridStory: Story<LogoGridConfigProps>; declare const _default: { title: string; }; export default _default;