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 596 B
import { SxProps } from '@mui/material/styles'; export declare const darkTextColor = "#22252A"; export declare const homepageBodyText: SxProps; export declare const h2Sx: SxProps; export declare const defaultHomepageText: SxProps; export declare const titleSx: SxProps; export declare const sidePadding: SxProps; /** * Visually hides content while keeping it accessible to screen readers. * Use this for content that provides context to assistive technologies * but should not be visible on screen. */ export declare const visuallyHidden: SxProps; //# sourceMappingURL=HomepageStyles.d.ts.map