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

12 lines 411 B
import React from 'react'; export type PortalFeatureHighlightsProps = { reverseOrder?: boolean; title: string; image?: string; buttonText?: string; summaryText?: React.ReactNode; link?: string; }; declare const PortalFeatureHighlights: (props: PortalFeatureHighlightsProps) => React.ReactNode; export default PortalFeatureHighlights; //# sourceMappingURL=PortalFeatureHighlights.d.ts.map