@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) • 509 B
TypeScript
import { IPolicy } from '../interfaces/IFooter';
import { INews } from '../interfaces/INews';
import { IFeature } from '../interfaces/IFeature';
import { IFaq } from '../interfaces/IFaq';
import { ITab } from '../interfaces/ITab';
export declare const POLICY: IPolicy[];
export declare const NEWS: INews[];
export declare const FEATURES: IFeature[];
export declare const FAQs: IFaq[];
export declare const TABS: ITab[];
export declare const TABLE_OF_CONTENTS: {
target: string;
headline: string;
}[];