UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

11 lines 399 B
import { LinkProps } from '@mui/material'; export type SynapseLinksColumnProps = { category: string; synapseLinks: SynapseLink[]; }; export type SynapseLink = { text: string; props: LinkProps; }; export declare function SynapseLinksColumn({ category, synapseLinks, }: SynapseLinksColumnProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SynapseLinksColumn.d.ts.map