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

6 lines (5 loc) 84 B
export interface IFaq { id: number; question: string; answer: string; }