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

5 lines (4 loc) 202 B
import { default as React } from 'react'; export interface ILinkContext { linkRenderFn: (children: React.ReactNode, linkTarget: string, linkProps?: Record<string, unknown>) => React.ReactElement; }