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

8 lines 736 B
import React from 'react'; import { SvgIconProps } from '@mui/material/SvgIcon'; export declare const LiveIcon: (props: SvgIconProps) => React.ReactNode; export declare const BlinkingLiveIcon: import("@emotion/styled").StyledComponent<import("@mui/material").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<React.SVGProps<SVGSVGElement>, "color" | "fontSize" | "shapeRendering" | "sx" | "classes" | "className" | "style" | "children" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & { component?: React.ElementType; } & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>; export default BlinkingLiveIcon; //# sourceMappingURL=BlinkingLiveIcon.d.ts.map