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