synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
11 lines • 399 B
TypeScript
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