UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

7 lines (6 loc) 262 B
import { type NormalizedTermItem } from '../../terms.js'; export interface TermsTableProps { terms?: NormalizedTermItem[]; } export declare const TermsTable: ({ terms }: TermsTableProps) => import("react/jsx-runtime").JSX.Element; export default TermsTable;