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

14 lines 585 B
import React from 'react'; export type PortalHomePageHeaderProps = { backgroundCss: string; buttonLink?: string; title: React.ReactNode; subTitle: React.ReactNode; description: React.ReactNode; backgroundMp4?: string; backgroundMp4Css?: string; textAreaWidth?: string; }; declare const PortalHomePageHeader: ({ backgroundCss, buttonLink, title, subTitle, description, backgroundMp4, backgroundMp4Css, textAreaWidth, }: PortalHomePageHeaderProps) => React.ReactNode; export default PortalHomePageHeader; //# sourceMappingURL=PortalHomePageHeader.d.ts.map