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

16 lines (15 loc) 414 B
import { Story } from '@ladle/react'; interface StartpageConfigProps { itemsAlwaysLight: boolean; title: string; description: string; selfAligned: "left" | "right" | "center"; transparentOnMobile: boolean; target?: string; extendedToolbar?: boolean; } export declare const Startpage: Story<StartpageConfigProps>; declare const _default: { title: string; }; export default _default;