UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 195 B
import React from 'react'; import { FaqApi } from "../types"; export type Props = { faqs: FaqApi[]; }; declare const Faqs: ({ faqs }: Props) => React.JSX.Element; export default Faqs;