@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).
13 lines (12 loc) • 396 B
TypeScript
import { Story } from '@ladle/react';
import { Color } from '../../interfaces/INews';
interface VerticalNewsCardSliderStoryProps {
customBackgroundColor: Color;
textColor: "dark" | "light";
variant?: "dark" | "light";
}
export declare const VerticalNewsCardSliderStory: Story<VerticalNewsCardSliderStoryProps>;
declare const _default: {
title: string;
};
export default _default;