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

15 lines 616 B
export type SynapseInActionItemProps = { tableId: string; friendlyName: string; title: string; description: string; tags?: string[] | null; logoFileHandleId: string; link: string; primaryColor: string; secondaryColor: string; imageFileHandleId: string; mobileImageFileHandleId: string; }; export declare function SynapseInActionItem({ tableId, friendlyName, title, description, tags, logoFileHandleId, link, imageFileHandleId, mobileImageFileHandleId, }: SynapseInActionItemProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SynapseInActionItem.d.ts.map