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