synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
14 lines • 548 B
TypeScript
import React from 'react';
import { SxProps, Theme } from '@mui/material';
export type PortalSectionHeaderProps = {
title: string;
buttonText?: string;
summaryText?: React.ReactNode;
link?: string;
sx?: SxProps<Theme>;
centered?: boolean;
reverseButtonAndText?: boolean;
};
declare const PortalSectionHeader: ({ title, buttonText, summaryText, link, sx, centered, reverseButtonAndText, }: PortalSectionHeaderProps) => React.ReactNode;
export default PortalSectionHeader;
//# sourceMappingURL=PortalSectionHeader.d.ts.map