@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).
15 lines (14 loc) • 378 B
TypeScript
import { Story } from '@ladle/react';
interface HeroBoxConfigProps {
title: string;
description: string;
selfAligned: "left" | "right" | "center";
transparentOnMobile: boolean;
target?: string;
categories?: string[];
}
export declare const HeroBoxStory: Story<HeroBoxConfigProps>;
declare const _default: {
title: string;
};
export default _default;